Html Css Color HEX #EDB57E Corvette

📋 copy color: '#EDB57E'

red 237 ◦ green 181 ◦ blue 126

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

Shades of Corvette #EDB57E

Tints of Corvette #EDB57E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.27%

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 43.57%
G = 33.27%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB57E (or 0xEDB57E) is known color: Corvette. HEX triplet: ED, B5 and 7E. RGB value is (237,181,126). Sum of RGB (Red+Green+Blue) = 237+181+126=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB57E is #124A81. Grayscale: #BFBFBF. Windows color (decimal): -1198722 or 8304109. OLE color: 8304109.

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

Color convert

RGB 237 181 126 -
CMYK 0 0.24 0.47 0.07
HSL 29.73º 0.76% 0.71% -
HSV(B) 29.73º 0.47% 0.93% -
XYZ 55.21 52.56 26.97 -
YUV 191.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 237 181 126 0 0.24 0.47 0.07 29.73 0.76 0.71
Hex ED B5 7E 0 18 2F 7 1E 4C 47
Octal 355 265 176 0 30 57 7 36 114 107
Binary 11101101 10110101 1111110 0 11000 101111 111 11110 1001100 1000111

Color Harmonies of #EDB57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB57E

Black with #EDB57E

Text Example


Text Example

White with #EDB57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB57E; }

 p { color: rgb(237,181,126); }

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

background-color css

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

 a { background-color: rgb(237,181,126); }

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

border-color css

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

 span { border-color: rgb(237,181,126); }

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