Html Css Color HEX #EC8A38 California

📋 copy color: '#EC8A38'

red 236 ◦ green 138 ◦ blue 56

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

Shades of California #EC8A38

Tints of California #EC8A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.02%

R = 54.88%
G = 32.09%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC8A38 (or 0xEC8A38) is known color: California. HEX triplet: EC, 8A and 38. RGB value is (236,138,56). Sum of RGB (Red+Green+Blue) = 236+138+56=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A38 is #1375C7. Grayscale: #9E9E9E. Windows color (decimal): -1275336 or 3705580. OLE color: 3705580.

HSL color Cylindrical-coordinate representation of color #EC8A38: hue angle of 27.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC8A38 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 56 -
CMYK 0 0.42 0.76 0.07
HSL 27.33º 0.83% 0.57% -
HSV(B) 27.33º 0.76% 0.93% -
XYZ 44.39 36.3 8.41 -
YUV 157.95 70.47 183.67 -
System Red Green Blue C M Y K H S L
Decimal 236 138 56 0 0.42 0.76 0.07 27.33 0.83 0.57
Hex EC 8A 38 0 2A 4C 7 1B 53 39
Octal 354 212 70 0 52 114 7 33 123 71
Binary 11101100 10001010 111000 0 101010 1001100 111 11011 1010011 111001

Color Harmonies of #EC8A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A38

Black with #EC8A38

Text Example


Text Example

White with #EC8A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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