Html Css Color HEX #EDB77A Corvette

📋 copy color: '#EDB77A'

red 237 ◦ green 183 ◦ blue 122

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

Shades of Corvette #EDB77A

Tints of Corvette #EDB77A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 43.73%
G = 33.76%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB77A (or 0xEDB77A) is known color: Corvette. HEX triplet: ED, B7 and 7A. RGB value is (237,183,122). Sum of RGB (Red+Green+Blue) = 237+183+122=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77A is #124885. Grayscale: #C0C0C0. Windows color (decimal): -1198214 or 8042477. OLE color: 8042477.

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

Color convert

RGB 237 183 122 -
CMYK 0 0.23 0.49 0.07
HSL 31.83º 0.76% 0.7% -
HSV(B) 31.83º 0.49% 0.93% -
XYZ 55.37 53.28 25.78 -
YUV 192.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 237 183 122 0 0.23 0.49 0.07 31.83 0.76 0.7
Hex ED B7 7A 0 17 31 7 20 4C 46
Octal 355 267 172 0 27 61 7 40 114 106
Binary 11101101 10110111 1111010 0 10111 110001 111 100000 1001100 1000110

Color Harmonies of #EDB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB77A

Black with #EDB77A

Text Example


Text Example

White with #EDB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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