Html Css Color HEX #EDB58A Corvette

📋 copy color: '#EDB58A'

red 237 ◦ green 181 ◦ blue 138

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

Shades of Corvette #EDB58A

Tints of Corvette #EDB58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.82%

R = 42.63%
G = 32.55%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB58A (or 0xEDB58A) is known color: Corvette. HEX triplet: ED, B5 and 8A. RGB value is (237,181,138). Sum of RGB (Red+Green+Blue) = 237+181+138=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB58A is #124A75. Grayscale: #C1C1C1. Windows color (decimal): -1198710 or 9090541. OLE color: 9090541.

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

Color convert

RGB 237 181 138 -
CMYK 0 0.24 0.42 0.07
HSL 26.06º 0.73% 0.74% -
HSV(B) 26.06º 0.42% 0.93% -
XYZ 56.04 52.89 31.3 -
YUV 192.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 237 181 138 0 0.24 0.42 0.07 26.06 0.73 0.74
Hex ED B5 8A 0 18 2A 7 1A 49 4A
Octal 355 265 212 0 30 52 7 32 111 112
Binary 11101101 10110101 10001010 0 11000 101010 111 11010 1001001 1001010

Color Harmonies of #EDB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB58A

Black with #EDB58A

Text Example


Text Example

White with #EDB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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