Html Css Color HEX #EDB477 Corvette

📋 copy color: '#EDB477'

red 237 ◦ green 180 ◦ blue 119

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

Shades of Corvette #EDB477

Tints of Corvette #EDB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

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

R = 44.22%
G = 33.58%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDB477 (or 0xEDB477) is known color: Corvette. HEX triplet: ED, B4 and 77. RGB value is (237,180,119). Sum of RGB (Red+Green+Blue) = 237+180+119=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB477 is #124B88. Grayscale: #BEBEBE. Windows color (decimal): -1198985 or 7845101. OLE color: 7845101.

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

Color convert

RGB 237 180 119 -
CMYK 0 0.24 0.50 0.07
HSL 31.02º 0.77% 0.7% -
HSV(B) 31.02º 0.5% 0.93% -
XYZ 54.58 51.98 24.61 -
YUV 190.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 237 180 119 0 0.24 0.50 0.07 31.02 0.77 0.7
Hex ED B4 77 0 18 32 7 1F 4D 46
Octal 355 264 167 0 30 62 7 37 115 106
Binary 11101101 10110100 1110111 0 11000 110010 111 11111 1001101 1000110

Color Harmonies of #EDB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB477

Black with #EDB477

Text Example


Text Example

White with #EDB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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