Html Css Color HEX #EDB57D Corvette

📋 copy color: '#EDB57D'

red 237 ◦ green 181 ◦ blue 125

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

Shades of Corvette #EDB57D

Tints of Corvette #EDB57D

RGB

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

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

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

R = 43.65%
G = 33.33%
B = 23.02%

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

#EDB57D (or 0xEDB57D) is known color: Corvette. HEX triplet: ED, B5 and 7D. RGB value is (237,181,125). Sum of RGB (Red+Green+Blue) = 237+181+125=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB57D is #124A82. Grayscale: #BFBFBF. Windows color (decimal): -1198723 or 8238573. OLE color: 8238573.

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

Color convert

RGB 237 181 125 -
CMYK 0 0.24 0.47 0.07
HSL 30º 0.76% 0.71% -
HSV(B) 30º 0.47% 0.93% -
XYZ 55.15 52.53 26.64 -
YUV 191.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 237 181 125 0 0.24 0.47 0.07 30 0.76 0.71
Hex ED B5 7D 0 18 2F 7 1E 4C 47
Octal 355 265 175 0 30 57 7 36 114 107
Binary 11101101 10110101 1111101 0 11000 101111 111 11110 1001100 1000111

Color Harmonies of #EDB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB57D

Black with #EDB57D

Text Example


Text Example

White with #EDB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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