Html Css Color HEX #EDBA77 Corvette

📋 copy color: '#EDBA77'

red 237 ◦ green 186 ◦ blue 119

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

Shades of Corvette #EDBA77

Tints of Corvette #EDBA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 119 (46.88% from 255) = 21.96%

R = 43.73%
G = 34.32%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDBA77 (or 0xEDBA77) is known color: Corvette. HEX triplet: ED, BA and 77. RGB value is (237,186,119). Sum of RGB (Red+Green+Blue) = 237+186+119=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA77 is #124588. Grayscale: #C1C1C1. Windows color (decimal): -1197449 or 7846637. OLE color: 7846637.

HSL color Cylindrical-coordinate representation of color #EDBA77: hue angle of 34.07º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDBA77 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 119 -
CMYK 0 0.22 0.50 0.07
HSL 34.07º 0.77% 0.7% -
HSV(B) 34.07º 0.5% 0.93% -
XYZ 55.81 54.45 25.02 -
YUV 193.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 237 186 119 0 0.22 0.50 0.07 34.07 0.77 0.7
Hex ED BA 77 0 16 32 7 22 4D 46
Octal 355 272 167 0 26 62 7 42 115 106
Binary 11101101 10111010 1110111 0 10110 110010 111 100010 1001101 1000110

Color Harmonies of #EDBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA77

Black with #EDBA77

Text Example


Text Example

White with #EDBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA77; }

 p { color: rgb(237,186,119); }

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

background-color css

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

 a { background-color: rgb(237,186,119); }

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

border-color css

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

 span { border-color: rgb(237,186,119); }

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