Html Css Color HEX #EE883D California

📋 copy color: '#EE883D'

red 238 ◦ green 136 ◦ blue 61

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

Shades of California #EE883D

Tints of California #EE883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 54.71%
G = 31.26%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE883D (or 0xEE883D) is known color: California. HEX triplet: EE, 88 and 3D. RGB value is (238,136,61). Sum of RGB (Red+Green+Blue) = 238+136+61=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE883D is #1177C2. Grayscale: #9E9E9E. Windows color (decimal): -1144771 or 4032750. OLE color: 4032750.

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

Color convert

RGB 238 136 61 -
CMYK 0 0.43 0.74 0.07
HSL 25.42º 0.84% 0.59% -
HSV(B) 25.42º 0.74% 0.93% -
XYZ 44.91 36.12 9.02 -
YUV 157.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 238 136 61 0 0.43 0.74 0.07 25.42 0.84 0.59
Hex EE 88 3D 0 2B 4A 7 19 54 3B
Octal 356 210 75 0 53 112 7 31 124 73
Binary 11101110 10001000 111101 0 101011 1001010 111 11001 1010100 111011

Color Harmonies of #EE883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE883D

Black with #EE883D

Text Example


Text Example

White with #EE883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE883D; }

 p { color: rgb(238,136,61); }

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

background-color css

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

 a { background-color: rgb(238,136,61); }

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

border-color css

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

 span { border-color: rgb(238,136,61); }

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