Html Css Color HEX #EDB37B Corvette

📋 copy color: '#EDB37B'

red 237 ◦ green 179 ◦ blue 123

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

Shades of Corvette #EDB37B

Tints of Corvette #EDB37B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

 BLUE value IS 123 (48.44% from 255) = 22.82%

R = 43.97%
G = 33.21%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDB37B (or 0xEDB37B) is known color: Corvette. HEX triplet: ED, B3 and 7B. RGB value is (237,179,123). Sum of RGB (Red+Green+Blue) = 237+179+123=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37B is #124C84. Grayscale: #BEBEBE. Windows color (decimal): -1199237 or 8106989. OLE color: 8106989.

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

Color convert

RGB 237 179 123 -
CMYK 0 0.24 0.48 0.07
HSL 29.47º 0.76% 0.71% -
HSV(B) 29.47º 0.48% 0.93% -
XYZ 54.62 51.67 25.83 -
YUV 189.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 237 179 123 0 0.24 0.48 0.07 29.47 0.76 0.71
Hex ED B3 7B 0 18 30 7 1D 4C 47
Octal 355 263 173 0 30 60 7 35 114 107
Binary 11101101 10110011 1111011 0 11000 110000 111 11101 1001100 1000111

Color Harmonies of #EDB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB37B

Black with #EDB37B

Text Example


Text Example

White with #EDB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB37B; }

 p { color: rgb(237,179,123); }

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

background-color css

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

 a { background-color: rgb(237,179,123); }

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

border-color css

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

 span { border-color: rgb(237,179,123); }

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