Html Css Color HEX #EDBF8C Corvette

📋 copy color: '#EDBF8C'

red 237 ◦ green 191 ◦ blue 140

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

Shades of Corvette #EDBF8C

Tints of Corvette #EDBF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 41.73%
G = 33.63%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDBF8C (or 0xEDBF8C) is known color: Corvette. HEX triplet: ED, BF and 8C. RGB value is (237,191,140). Sum of RGB (Red+Green+Blue) = 237+191+140=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF8C is #124073. Grayscale: #C7C7C7. Windows color (decimal): -1196148 or 9224173. OLE color: 9224173.

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

Color convert

RGB 237 191 140 -
CMYK 0 0.19 0.41 0.07
HSL 31.55º 0.73% 0.74% -
HSV(B) 31.55º 0.41% 0.93% -
XYZ 58.29 57.16 32.77 -
YUV 198.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 237 191 140 0 0.19 0.41 0.07 31.55 0.73 0.74
Hex ED BF 8C 0 13 29 7 20 49 4A
Octal 355 277 214 0 23 51 7 40 111 112
Binary 11101101 10111111 10001100 0 10011 101001 111 100000 1001001 1001010

Color Harmonies of #EDBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF8C

Black with #EDBF8C

Text Example


Text Example

White with #EDBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF8C; }

 p { color: rgb(237,191,140); }

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

background-color css

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

 a { background-color: rgb(237,191,140); }

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

border-color css

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

 span { border-color: rgb(237,191,140); }

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