Html Css Color HEX #EDB97E Corvette

📋 copy color: '#EDB97E'

red 237 ◦ green 185 ◦ blue 126

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

Shades of Corvette #EDB97E

Tints of Corvette #EDB97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.76%

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

R = 43.25%
G = 33.76%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB97E (or 0xEDB97E) is known color: Corvette. HEX triplet: ED, B9 and 7E. RGB value is (237,185,126). Sum of RGB (Red+Green+Blue) = 237+185+126=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97E is #124681. Grayscale: #C2C2C2. Windows color (decimal): -1197698 or 8305133. OLE color: 8305133.

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

Color convert

RGB 237 185 126 -
CMYK 0 0.22 0.47 0.07
HSL 31.89º 0.76% 0.71% -
HSV(B) 31.89º 0.47% 0.93% -
XYZ 56.04 54.21 27.25 -
YUV 193.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 237 185 126 0 0.22 0.47 0.07 31.89 0.76 0.71
Hex ED B9 7E 0 16 2F 7 20 4C 47
Octal 355 271 176 0 26 57 7 40 114 107
Binary 11101101 10111001 1111110 0 10110 101111 111 100000 1001100 1000111

Color Harmonies of #EDB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB97E

Black with #EDB97E

Text Example


Text Example

White with #EDB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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