Html Css Color HEX #EDB37D Corvette

📋 copy color: '#EDB37D'

red 237 ◦ green 179 ◦ blue 125

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

Shades of Corvette #EDB37D

Tints of Corvette #EDB37D

RGB

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

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

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

R = 43.81%
G = 33.09%
B = 23.11%

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

#EDB37D (or 0xEDB37D) is known color: Corvette. HEX triplet: ED, B3 and 7D. RGB value is (237,179,125). Sum of RGB (Red+Green+Blue) = 237+179+125=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37D is #124C82. Grayscale: #BEBEBE. Windows color (decimal): -1199235 or 8238061. OLE color: 8238061.

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

Color convert

RGB 237 179 125 -
CMYK 0 0.24 0.47 0.07
HSL 28.93º 0.76% 0.71% -
HSV(B) 28.93º 0.47% 0.93% -
XYZ 54.75 51.73 26.5 -
YUV 190.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 237 179 125 0 0.24 0.47 0.07 28.93 0.76 0.71
Hex ED B3 7D 0 18 2F 7 1D 4C 47
Octal 355 263 175 0 30 57 7 35 114 107
Binary 11101101 10110011 1111101 0 11000 101111 111 11101 1001100 1000111

Color Harmonies of #EDB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB37D

Black with #EDB37D

Text Example


Text Example

White with #EDB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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