Html Css Color HEX #EC8A3E California

📋 copy color: '#EC8A3E'

red 236 ◦ green 138 ◦ blue 62

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

Shades of California #EC8A3E

Tints of California #EC8A3E

RGB

 RED value IS 236 (92.58% from 255) = 54.13%

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

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

R = 54.13%
G = 31.65%
B = 14.22%

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

#EC8A3E (or 0xEC8A3E) is known color: California. HEX triplet: EC, 8A and 3E. RGB value is (236,138,62). Sum of RGB (Red+Green+Blue) = 236+138+62=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A3E is #1375C1. Grayscale: #9F9F9F. Windows color (decimal): -1275330 or 4098796. OLE color: 4098796.

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

Color convert

RGB 236 138 62 -
CMYK 0 0.42 0.74 0.07
HSL 26.21º 0.82% 0.58% -
HSV(B) 26.21º 0.74% 0.93% -
XYZ 44.55 36.36 9.23 -
YUV 158.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 236 138 62 0 0.42 0.74 0.07 26.21 0.82 0.58
Hex EC 8A 3E 0 2A 4A 7 1A 52 3A
Octal 354 212 76 0 52 112 7 32 122 72
Binary 11101100 10001010 111110 0 101010 1001010 111 11010 1010010 111010

Color Harmonies of #EC8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A3E

Black with #EC8A3E

Text Example


Text Example

White with #EC8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A3E; }

 p { color: rgb(236,138,62); }

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

background-color css

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

 a { background-color: rgb(236,138,62); }

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

border-color css

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

 span { border-color: rgb(236,138,62); }

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