Html Css Color HEX #EDB37A Corvette

📋 copy color: '#EDB37A'

red 237 ◦ green 179 ◦ blue 122

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

Shades of Corvette #EDB37A

Tints of Corvette #EDB37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 44.05%
G = 33.27%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB37A (or 0xEDB37A) is known color: Corvette. HEX triplet: ED, B3 and 7A. RGB value is (237,179,122). Sum of RGB (Red+Green+Blue) = 237+179+122=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37A is #124C85. Grayscale: #BEBEBE. Windows color (decimal): -1199238 or 8041453. OLE color: 8041453.

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

Color convert

RGB 237 179 122 -
CMYK 0 0.24 0.49 0.07
HSL 29.74º 0.76% 0.7% -
HSV(B) 29.74º 0.49% 0.93% -
XYZ 54.56 51.65 25.51 -
YUV 189.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 237 179 122 0 0.24 0.49 0.07 29.74 0.76 0.7
Hex ED B3 7A 0 18 31 7 1E 4C 46
Octal 355 263 172 0 30 61 7 36 114 106
Binary 11101101 10110011 1111010 0 11000 110001 111 11110 1001100 1000110

Color Harmonies of #EDB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB37A

Black with #EDB37A

Text Example


Text Example

White with #EDB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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