Html Css Color HEX #ED8C3E California

📋 copy color: '#ED8C3E'

red 237 ◦ green 140 ◦ blue 62

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

Shades of California #ED8C3E

Tints of California #ED8C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.12%

R = 53.99%
G = 31.89%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED8C3E (or 0xED8C3E) is known color: California. HEX triplet: ED, 8C and 3E. RGB value is (237,140,62). Sum of RGB (Red+Green+Blue) = 237+140+62=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C3E is #1273C1. Grayscale: #A0A0A0. Windows color (decimal): -1209282 or 4099309. OLE color: 4099309.

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

Color convert

RGB 237 140 62 -
CMYK 0 0.41 0.74 0.07
HSL 26.74º 0.83% 0.59% -
HSV(B) 26.74º 0.74% 0.93% -
XYZ 45.17 37.11 9.34 -
YUV 160.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 237 140 62 0 0.41 0.74 0.07 26.74 0.83 0.59
Hex ED 8C 3E 0 29 4A 7 1B 53 3B
Octal 355 214 76 0 51 112 7 33 123 73
Binary 11101101 10001100 111110 0 101001 1001010 111 11011 1010011 111011

Color Harmonies of #ED8C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C3E

Black with #ED8C3E

Text Example


Text Example

White with #ED8C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C3E; }

 p { color: rgb(237,140,62); }

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

background-color css

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

 a { background-color: rgb(237,140,62); }

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

border-color css

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

 span { border-color: rgb(237,140,62); }

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