Html Css Color HEX #ED8838 California

📋 copy color: '#ED8838'

red 237 ◦ green 136 ◦ blue 56

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

Shades of California #ED8838

Tints of California #ED8838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

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

R = 55.24%
G = 31.7%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED8838 (or 0xED8838) is known color: California. HEX triplet: ED, 88 and 38. RGB value is (237,136,56). Sum of RGB (Red+Green+Blue) = 237+136+56=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8838 is #1277C7. Grayscale: #9D9D9D. Windows color (decimal): -1210312 or 3705069. OLE color: 3705069.

HSL color Cylindrical-coordinate representation of color #ED8838: hue angle of 26.52º 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 #ED8838 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 56 -
CMYK 0 0.43 0.76 0.07
HSL 26.52º 0.83% 0.57% -
HSV(B) 26.52º 0.76% 0.93% -
XYZ 44.44 35.9 8.33 -
YUV 157.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 237 136 56 0 0.43 0.76 0.07 26.52 0.83 0.57
Hex ED 88 38 0 2B 4C 7 1B 53 39
Octal 355 210 70 0 53 114 7 33 123 71
Binary 11101101 10001000 111000 0 101011 1001100 111 11011 1010011 111001

Color Harmonies of #ED8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8838

Black with #ED8838

Text Example


Text Example

White with #ED8838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8838; }

 p { color: rgb(237,136,56); }

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

background-color css

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

 a { background-color: rgb(237,136,56); }

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

border-color css

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

 span { border-color: rgb(237,136,56); }

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