Html Css Color HEX #EDBA7D Corvette

📋 copy color: '#EDBA7D'

red 237 ◦ green 186 ◦ blue 125

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

Shades of Corvette #EDBA7D

Tints of Corvette #EDBA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.81%

R = 43.25%
G = 33.94%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDBA7D (or 0xEDBA7D) is known color: Corvette. HEX triplet: ED, BA and 7D. RGB value is (237,186,125). Sum of RGB (Red+Green+Blue) = 237+186+125=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA7D is #124582. Grayscale: #C2C2C2. Windows color (decimal): -1197443 or 8239853. OLE color: 8239853.

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

Color convert

RGB 237 186 125 -
CMYK 0 0.22 0.47 0.07
HSL 32.68º 0.76% 0.71% -
HSV(B) 32.68º 0.47% 0.93% -
XYZ 56.19 54.6 26.98 -
YUV 194.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 237 186 125 0 0.22 0.47 0.07 32.68 0.76 0.71
Hex ED BA 7D 0 16 2F 7 21 4C 47
Octal 355 272 175 0 26 57 7 41 114 107
Binary 11101101 10111010 1111101 0 10110 101111 111 100001 1001100 1000111

Color Harmonies of #EDBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA7D

Black with #EDBA7D

Text Example


Text Example

White with #EDBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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