Html Css Color HEX #EDB97D Corvette

📋 copy color: '#EDB97D'

red 237 ◦ green 185 ◦ blue 125

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

Shades of Corvette #EDB97D

Tints of Corvette #EDB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 43.33%
G = 33.82%
B = 22.85%

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

#EDB97D (or 0xEDB97D) is known color: Corvette. HEX triplet: ED, B9 and 7D. RGB value is (237,185,125). Sum of RGB (Red+Green+Blue) = 237+185+125=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97D is #124682. Grayscale: #C2C2C2. Windows color (decimal): -1197699 or 8239597. OLE color: 8239597.

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

Color convert

RGB 237 185 125 -
CMYK 0 0.22 0.47 0.07
HSL 32.14º 0.76% 0.71% -
HSV(B) 32.14º 0.47% 0.93% -
XYZ 55.98 54.18 26.91 -
YUV 193.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 237 185 125 0 0.22 0.47 0.07 32.14 0.76 0.71
Hex ED B9 7D 0 16 2F 7 20 4C 47
Octal 355 271 175 0 26 57 7 40 114 107
Binary 11101101 10111001 1111101 0 10110 101111 111 100000 1001100 1000111

Color Harmonies of #EDB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB97D

Black with #EDB97D

Text Example


Text Example

White with #EDB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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