Html Css Color HEX #ED8B40 California

📋 copy color: '#ED8B40'

red 237 ◦ green 139 ◦ blue 64

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

Shades of California #ED8B40

Tints of California #ED8B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 53.86%
G = 31.59%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED8B40 (or 0xED8B40) is known color: California. HEX triplet: ED, 8B and 40. RGB value is (237,139,64). Sum of RGB (Red+Green+Blue) = 237+139+64=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8B40 is #1274BF. Grayscale: #A0A0A0. Windows color (decimal): -1209536 or 4230125. OLE color: 4230125.

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

Color convert

RGB 237 139 64 -
CMYK 0 0.41 0.73 0.07
HSL 26.01º 0.83% 0.59% -
HSV(B) 26.01º 0.73% 0.93% -
XYZ 45.08 36.84 9.59 -
YUV 159.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 237 139 64 0 0.41 0.73 0.07 26.01 0.83 0.59
Hex ED 8B 40 0 29 49 7 1A 53 3B
Octal 355 213 100 0 51 111 7 32 123 73
Binary 11101101 10001011 1000000 0 101001 1001001 111 11010 1010011 111011

Color Harmonies of #ED8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B40

Black with #ED8B40

Text Example


Text Example

White with #ED8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B40; }

 p { color: rgb(237,139,64); }

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

background-color css

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

 a { background-color: rgb(237,139,64); }

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

border-color css

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

 span { border-color: rgb(237,139,64); }

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