Html Css Color HEX #EDBE8A Corvette

📋 copy color: '#EDBE8A'

red 237 ◦ green 190 ◦ blue 138

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

Shades of Corvette #EDBE8A

Tints of Corvette #EDBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

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

R = 41.95%
G = 33.63%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDBE8A (or 0xEDBE8A) is known color: Corvette. HEX triplet: ED, BE and 8A. RGB value is (237,190,138). Sum of RGB (Red+Green+Blue) = 237+190+138=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE8A is #124175. Grayscale: #C6C6C6. Windows color (decimal): -1196406 or 9092845. OLE color: 9092845.

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

Color convert

RGB 237 190 138 -
CMYK 0 0.20 0.42 0.07
HSL 31.52º 0.73% 0.74% -
HSV(B) 31.52º 0.42% 0.93% -
XYZ 57.93 56.67 31.93 -
YUV 198.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 237 190 138 0 0.20 0.42 0.07 31.52 0.73 0.74
Hex ED BE 8A 0 14 2A 7 20 49 4A
Octal 355 276 212 0 24 52 7 40 111 112
Binary 11101101 10111110 10001010 0 10100 101010 111 100000 1001001 1001010

Color Harmonies of #EDBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE8A

Black with #EDBE8A

Text Example


Text Example

White with #EDBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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