Html Css Color HEX #ED8C3D California

📋 copy color: '#ED8C3D'

red 237 ◦ green 140 ◦ blue 61

#ED8C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #ED8C3D

Tints of California #ED8C3D

RGB

 RED value IS 237 (92.97% from 255) = 54.11%

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 61 (24.22% from 255) = 13.93%

R = 54.11%
G = 31.96%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED8C3D (or 0xED8C3D) is known color: California. HEX triplet: ED, 8C and 3D. RGB value is (237,140,61). Sum of RGB (Red+Green+Blue) = 237+140+61=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C3D is #1273C2. Grayscale: #A0A0A0. Windows color (decimal): -1209283 or 4033773. OLE color: 4033773.

HSL color Cylindrical-coordinate representation of color #ED8C3D: hue angle of 26.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED8C3D is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 61 -
CMYK 0 0.41 0.74 0.07
HSL 26.93º 0.83% 0.58% -
HSV(B) 26.93º 0.74% 0.93% -
XYZ 45.15 37.1 9.2 -
YUV 160 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 237 140 61 0 0.41 0.74 0.07 26.93 0.83 0.58
Hex ED 8C 3D 0 29 4A 7 1B 53 3A
Octal 355 214 75 0 51 112 7 33 123 72
Binary 11101101 10001100 111101 0 101001 1001010 111 11011 1010011 111010

Color Harmonies of #ED8C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C3D

Black with #ED8C3D

Text Example


Text Example

White with #ED8C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C3D; }

 p { color: rgb(237,140,61); }

 H1.HeaderClassName
 {
   color: #ED8C3D;
 }
 .AnyTagClassName
 {
   color: #ED8C3D;
 }
</style>

background-color css

<style>
 a { background-color: #ED8C3D; }

 a { background-color: rgb(237,140,61); }

 div.DivClassName
 {
   background-color: #ED8C3D;
 }
 .BgClassName
 {
   background-color: #ED8C3D;
 }
</style>

border-color css

<style>
 span { border-color: #ED8C3D; }

 span { border-color: rgb(237,140,61); }

 td.TdClassName
 {
   border-color: #ED8C3D;
 }
 .TagClassName
 {
   border-color: #ED8C3D;
 }
</style>