Html Css Color HEX #EDBA7C Corvette

📋 copy color: '#EDBA7C'

red 237 ◦ green 186 ◦ blue 124

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

Shades of Corvette #EDBA7C

Tints of Corvette #EDBA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 43.33%
G = 34%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDBA7C (or 0xEDBA7C) is known color: Corvette. HEX triplet: ED, BA and 7C. RGB value is (237,186,124). Sum of RGB (Red+Green+Blue) = 237+186+124=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA7C is #124583. Grayscale: #C2C2C2. Windows color (decimal): -1197444 or 8174317. OLE color: 8174317.

HSL color Cylindrical-coordinate representation of color #EDBA7C: hue angle of 32.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDBA7C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 124 -
CMYK 0 0.22 0.48 0.07
HSL 32.92º 0.76% 0.71% -
HSV(B) 32.92º 0.48% 0.93% -
XYZ 56.12 54.58 26.65 -
YUV 194.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 237 186 124 0 0.22 0.48 0.07 32.92 0.76 0.71
Hex ED BA 7C 0 16 30 7 21 4C 47
Octal 355 272 174 0 26 60 7 41 114 107
Binary 11101101 10111010 1111100 0 10110 110000 111 100001 1001100 1000111

Color Harmonies of #EDBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA7C

Black with #EDBA7C

Text Example


Text Example

White with #EDBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA7C; }

 p { color: rgb(237,186,124); }

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

background-color css

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

 a { background-color: rgb(237,186,124); }

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

border-color css

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

 span { border-color: rgb(237,186,124); }

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