Html Css Color HEX #EDB479 Corvette

📋 copy color: '#EDB479'

red 237 ◦ green 180 ◦ blue 121

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

Shades of Corvette #EDB479

Tints of Corvette #EDB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 44.05%
G = 33.46%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB479 (or 0xEDB479) is known color: Corvette. HEX triplet: ED, B4 and 79. RGB value is (237,180,121). Sum of RGB (Red+Green+Blue) = 237+180+121=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB479 is #124B86. Grayscale: #BEBEBE. Windows color (decimal): -1198983 or 7976173. OLE color: 7976173.

HSL color Cylindrical-coordinate representation of color #EDB479: hue angle of 30.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB479 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 121 -
CMYK 0 0.24 0.49 0.07
HSL 30.52º 0.76% 0.7% -
HSV(B) 30.52º 0.49% 0.93% -
XYZ 54.7 52.03 25.25 -
YUV 190.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 237 180 121 0 0.24 0.49 0.07 30.52 0.76 0.7
Hex ED B4 79 0 18 31 7 1F 4C 46
Octal 355 264 171 0 30 61 7 37 114 106
Binary 11101101 10110100 1111001 0 11000 110001 111 11111 1001100 1000110

Color Harmonies of #EDB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB479

Black with #EDB479

Text Example


Text Example

White with #EDB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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