Html Css Color HEX #ED9140 California

📋 copy color: '#ED9140'

red 237 ◦ green 145 ◦ blue 64

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

Shades of California #ED9140

Tints of California #ED9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

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

R = 53.14%
G = 32.51%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED9140 (or 0xED9140) is known color: California. HEX triplet: ED, 91 and 40. RGB value is (237,145,64). Sum of RGB (Red+Green+Blue) = 237+145+64=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9140 is #126EBF. Grayscale: #A3A3A3. Windows color (decimal): -1208000 or 4231661. OLE color: 4231661.

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

Color convert

RGB 237 145 64 -
CMYK 0 0.39 0.73 0.07
HSL 28.09º 0.83% 0.59% -
HSV(B) 28.09º 0.73% 0.93% -
XYZ 45.98 38.63 9.88 -
YUV 163.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 237 145 64 0 0.39 0.73 0.07 28.09 0.83 0.59
Hex ED 91 40 0 27 49 7 1C 53 3B
Octal 355 221 100 0 47 111 7 34 123 73
Binary 11101101 10010001 1000000 0 100111 1001001 111 11100 1010011 111011

Color Harmonies of #ED9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9140

Black with #ED9140

Text Example


Text Example

White with #ED9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9140; }

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

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

background-color css

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

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

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

border-color css

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

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

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