Html Css Color HEX #EDB37E Corvette

📋 copy color: '#EDB37E'

red 237 ◦ green 179 ◦ blue 126

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

Shades of Corvette #EDB37E

Tints of Corvette #EDB37E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.03%

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

R = 43.73%
G = 33.03%
B = 23.25%

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

#EDB37E (or 0xEDB37E) is known color: Corvette. HEX triplet: ED, B3 and 7E. RGB value is (237,179,126). Sum of RGB (Red+Green+Blue) = 237+179+126=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37E is #124C81. Grayscale: #BEBEBE. Windows color (decimal): -1199234 or 8303597. OLE color: 8303597.

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

Color convert

RGB 237 179 126 -
CMYK 0 0.24 0.47 0.07
HSL 28.65º 0.76% 0.71% -
HSV(B) 28.65º 0.47% 0.93% -
XYZ 54.81 51.75 26.84 -
YUV 190.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 237 179 126 0 0.24 0.47 0.07 28.65 0.76 0.71
Hex ED B3 7E 0 18 2F 7 1D 4C 47
Octal 355 263 176 0 30 57 7 35 114 107
Binary 11101101 10110011 1111110 0 11000 101111 111 11101 1001100 1000111

Color Harmonies of #EDB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB37E

Black with #EDB37E

Text Example


Text Example

White with #EDB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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