Html Css Color HEX #ED8738 California

📋 copy color: '#ED8738'

red 237 ◦ green 135 ◦ blue 56

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

Shades of California #ED8738

Tints of California #ED8738

RGB

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

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

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

R = 55.37%
G = 31.54%
B = 13.08%

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

#ED8738 (or 0xED8738) is known color: California. HEX triplet: ED, 87 and 38. RGB value is (237,135,56). Sum of RGB (Red+Green+Blue) = 237+135+56=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8738 is #1278C7. Grayscale: #9C9C9C. Windows color (decimal): -1210568 or 3704813. OLE color: 3704813.

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

Color convert

RGB 237 135 56 -
CMYK 0 0.43 0.76 0.07
HSL 26.19º 0.83% 0.57% -
HSV(B) 26.19º 0.76% 0.93% -
XYZ 44.3 35.62 8.28 -
YUV 156.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 237 135 56 0 0.43 0.76 0.07 26.19 0.83 0.57
Hex ED 87 38 0 2B 4C 7 1A 53 39
Octal 355 207 70 0 53 114 7 32 123 71
Binary 11101101 10000111 111000 0 101011 1001100 111 11010 1010011 111001

Color Harmonies of #ED8738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8738

Black with #ED8738

Text Example


Text Example

White with #ED8738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8738; }

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

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

background-color css

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

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

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

border-color css

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

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

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