Html Css Color HEX #EE8C3E California

📋 copy color: '#EE8C3E'

red 238 ◦ green 140 ◦ blue 62

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

Shades of California #EE8C3E

Tints of California #EE8C3E

RGB

 RED value IS 238 (93.36% from 255) = 54.09%

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

 BLUE value IS 62 (24.61% from 255) = 14.09%

R = 54.09%
G = 31.82%
B = 14.09%

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

#EE8C3E (or 0xEE8C3E) is known color: California. HEX triplet: EE, 8C and 3E. RGB value is (238,140,62). Sum of RGB (Red+Green+Blue) = 238+140+62=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8C3E is #1173C1. Grayscale: #A0A0A0. Windows color (decimal): -1143746 or 4099310. OLE color: 4099310.

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

Color convert

RGB 238 140 62 -
CMYK 0 0.41 0.74 0.07
HSL 26.59º 0.84% 0.59% -
HSV(B) 26.59º 0.74% 0.93% -
XYZ 45.51 37.28 9.35 -
YUV 160.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 238 140 62 0 0.41 0.74 0.07 26.59 0.84 0.59
Hex EE 8C 3E 0 29 4A 7 1B 54 3B
Octal 356 214 76 0 51 112 7 33 124 73
Binary 11101110 10001100 111110 0 101001 1001010 111 11011 1010100 111011

Color Harmonies of #EE8C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C3E

Black with #EE8C3E

Text Example


Text Example

White with #EE8C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C3E; }

 p { color: rgb(238,140,62); }

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

background-color css

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

 a { background-color: rgb(238,140,62); }

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

border-color css

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

 span { border-color: rgb(238,140,62); }

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