Html Css Color HEX #EDB581 Corvette

📋 copy color: '#EDB581'

red 237 ◦ green 181 ◦ blue 129

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

Shades of Corvette #EDB581

Tints of Corvette #EDB581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 43.33%
G = 33.09%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB581 (or 0xEDB581) is known color: Corvette. HEX triplet: ED, B5 and 81. RGB value is (237,181,129). Sum of RGB (Red+Green+Blue) = 237+181+129=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB581 is #124A7E. Grayscale: #C0C0C0. Windows color (decimal): -1198719 or 8500717. OLE color: 8500717.

HSL color Cylindrical-coordinate representation of color #EDB581: hue angle of 28.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB581 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 129 -
CMYK 0 0.24 0.46 0.07
HSL 28.89º 0.75% 0.72% -
HSV(B) 28.89º 0.46% 0.93% -
XYZ 55.41 52.64 28.01 -
YUV 191.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 237 181 129 0 0.24 0.46 0.07 28.89 0.75 0.72
Hex ED B5 81 0 18 2E 7 1D 4B 48
Octal 355 265 201 0 30 56 7 35 113 110
Binary 11101101 10110101 10000001 0 11000 101110 111 11101 1001011 1001000

Color Harmonies of #EDB581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB581

Black with #EDB581

Text Example


Text Example

White with #EDB581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB581; }

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

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

background-color css

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

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

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

border-color css

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

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

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