Html Css Color HEX #EDB47F Corvette

📋 copy color: '#EDB47F'

red 237 ◦ green 180 ◦ blue 127

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

Shades of Corvette #EDB47F

Tints of Corvette #EDB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

 BLUE value IS 127 (50% from 255) = 23.35%

R = 43.57%
G = 33.09%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB47F (or 0xEDB47F) is known color: Corvette. HEX triplet: ED, B4 and 7F. RGB value is (237,180,127). Sum of RGB (Red+Green+Blue) = 237+180+127=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB47F is #124B80. Grayscale: #BFBFBF. Windows color (decimal): -1198977 or 8369389. OLE color: 8369389.

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

Color convert

RGB 237 180 127 -
CMYK 0 0.24 0.46 0.07
HSL 28.91º 0.75% 0.71% -
HSV(B) 28.91º 0.46% 0.93% -
XYZ 55.08 52.18 27.25 -
YUV 191 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 237 180 127 0 0.24 0.46 0.07 28.91 0.75 0.71
Hex ED B4 7F 0 18 2E 7 1D 4B 47
Octal 355 264 177 0 30 56 7 35 113 107
Binary 11101101 10110100 1111111 0 11000 101110 111 11101 1001011 1000111

Color Harmonies of #EDB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB47F

Black with #EDB47F

Text Example


Text Example

White with #EDB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB47F; }

 p { color: rgb(237,180,127); }

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

background-color css

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

 a { background-color: rgb(237,180,127); }

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

border-color css

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

 span { border-color: rgb(237,180,127); }

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