Html Css Color HEX #EE8B3E California

📋 copy color: '#EE8B3E'

red 238 ◦ green 139 ◦ blue 62

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

Shades of California #EE8B3E

Tints of California #EE8B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

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

R = 54.21%
G = 31.66%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE8B3E (or 0xEE8B3E) is known color: California. HEX triplet: EE, 8B and 3E. RGB value is (238,139,62). Sum of RGB (Red+Green+Blue) = 238+139+62=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8B3E is #1174C1. Grayscale: #A0A0A0. Windows color (decimal): -1144002 or 4099054. OLE color: 4099054.

HSL color Cylindrical-coordinate representation of color #EE8B3E: hue angle of 26.25º 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 #EE8B3E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 139 62 -
CMYK 0 0.42 0.74 0.07
HSL 26.25º 0.84% 0.59% -
HSV(B) 26.25º 0.74% 0.93% -
XYZ 45.36 36.99 9.31 -
YUV 159.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 238 139 62 0 0.42 0.74 0.07 26.25 0.84 0.59
Hex EE 8B 3E 0 2A 4A 7 1A 54 3B
Octal 356 213 76 0 52 112 7 32 124 73
Binary 11101110 10001011 111110 0 101010 1001010 111 11010 1010100 111011

Color Harmonies of #EE8B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8B3E

Black with #EE8B3E

Text Example


Text Example

White with #EE8B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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