Html Css Color HEX #ED8736 California

📋 copy color: '#ED8736'

red 237 ◦ green 135 ◦ blue 54

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

Shades of California #ED8736

Tints of California #ED8736

RGB

 RED value IS 237 (92.97% from 255) = 55.63%

 GREEN value IS 135 (53.13% from 255) = 31.69%

 BLUE value IS 54 (21.48% from 255) = 12.68%

R = 55.63%
G = 31.69%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED8736 (or 0xED8736) is known color: California. HEX triplet: ED, 87 and 36. RGB value is (237,135,54). Sum of RGB (Red+Green+Blue) = 237+135+54=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8736 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8736 is #1278C9. Grayscale: #9C9C9C. Windows color (decimal): -1210570 or 3573741. OLE color: 3573741.

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

Color convert

RGB 237 135 54 -
CMYK 0 0.43 0.77 0.07
HSL 26.56º 0.84% 0.57% -
HSV(B) 26.56º 0.77% 0.93% -
XYZ 44.25 35.6 8.03 -
YUV 156.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 237 135 54 0 0.43 0.77 0.07 26.56 0.84 0.57
Hex ED 87 36 0 2B 4D 7 1B 54 39
Octal 355 207 66 0 53 115 7 33 124 71
Binary 11101101 10000111 110110 0 101011 1001101 111 11011 1010100 111001

Color Harmonies of #ED8736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8736

Black with #ED8736

Text Example


Text Example

White with #ED8736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8736; }

 p { color: rgb(237,135,54); }

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

background-color css

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

 a { background-color: rgb(237,135,54); }

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

border-color css

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

 span { border-color: rgb(237,135,54); }

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