Html Css Color HEX #EDBB8A Corvette

📋 copy color: '#EDBB8A'

red 237 ◦ green 187 ◦ blue 138

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

Shades of Corvette #EDBB8A

Tints of Corvette #EDBB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 42.17%
G = 33.27%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDBB8A (or 0xEDBB8A) is known color: Corvette. HEX triplet: ED, BB and 8A. RGB value is (237,187,138). Sum of RGB (Red+Green+Blue) = 237+187+138=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB8A is #124475. Grayscale: #C4C4C4. Windows color (decimal): -1197174 or 9092077. OLE color: 9092077.

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

Color convert

RGB 237 187 138 -
CMYK 0 0.21 0.42 0.07
HSL 29.7º 0.73% 0.74% -
HSV(B) 29.7º 0.42% 0.93% -
XYZ 57.28 55.38 31.72 -
YUV 196.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 237 187 138 0 0.21 0.42 0.07 29.7 0.73 0.74
Hex ED BB 8A 0 15 2A 7 1E 49 4A
Octal 355 273 212 0 25 52 7 36 111 112
Binary 11101101 10111011 10001010 0 10101 101010 111 11110 1001001 1001010

Color Harmonies of #EDBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB8A

Black with #EDBB8A

Text Example


Text Example

White with #EDBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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