Html Css Color HEX #EC8C41 California

📋 copy color: '#EC8C41'

red 236 ◦ green 140 ◦ blue 65

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

Shades of California #EC8C41

Tints of California #EC8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 53.51%
G = 31.75%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8C41 (or 0xEC8C41) is known color: California. HEX triplet: EC, 8C and 41. RGB value is (236,140,65). Sum of RGB (Red+Green+Blue) = 236+140+65=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C41 is #1373BE. Grayscale: #A0A0A0. Windows color (decimal): -1274815 or 4295916. OLE color: 4295916.

HSL color Cylindrical-coordinate representation of color #EC8C41: hue angle of 26.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8C41 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 65 -
CMYK 0 0.41 0.72 0.07
HSL 26.32º 0.82% 0.59% -
HSV(B) 26.32º 0.72% 0.93% -
XYZ 44.92 36.97 9.77 -
YUV 160.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 236 140 65 0 0.41 0.72 0.07 26.32 0.82 0.59
Hex EC 8C 41 0 29 48 7 1A 52 3B
Octal 354 214 101 0 51 110 7 32 122 73
Binary 11101100 10001100 1000001 0 101001 1001000 111 11010 1010010 111011

Color Harmonies of #EC8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C41

Black with #EC8C41

Text Example


Text Example

White with #EC8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C41; }

 p { color: rgb(236,140,65); }

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

background-color css

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

 a { background-color: rgb(236,140,65); }

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

border-color css

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

 span { border-color: rgb(236,140,65); }

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