Html Css Color HEX #E88A2F California

📋 copy color: '#E88A2F'

red 232 ◦ green 138 ◦ blue 47

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

Shades of California #E88A2F

Tints of California #E88A2F

RGB

 RED value IS 232 (91.02% from 255) = 55.64%

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 55.64%
G = 33.09%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E88A2F (or 0xE88A2F) is known color: California. HEX triplet: E8, 8A and 2F. RGB value is (232,138,47). Sum of RGB (Red+Green+Blue) = 232+138+47=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88A2F is #1775D0. Grayscale: #9C9C9C. Windows color (decimal): -1537489 or 3115752. OLE color: 3115752.

HSL color Cylindrical-coordinate representation of color #E88A2F: hue angle of 29.51º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E88A2F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 138 47 -
CMYK 0 0.41 0.80 0.09
HSL 29.51º 0.8% 0.55% -
HSV(B) 29.51º 0.8% 0.91% -
XYZ 42.88 35.54 7.29 -
YUV 155.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 232 138 47 0 0.41 0.80 0.09 29.51 0.8 0.55
Hex E8 8A 2F 0 29 50 9 1E 50 37
Octal 350 212 57 0 51 120 11 36 120 67
Binary 11101000 10001010 101111 0 101001 1010000 1001 11110 1010000 110111

Color Harmonies of #E88A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88A2F

Black with #E88A2F

Text Example


Text Example

White with #E88A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88A2F; }

 p { color: rgb(232,138,47); }

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

background-color css

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

 a { background-color: rgb(232,138,47); }

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

border-color css

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

 span { border-color: rgb(232,138,47); }

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