Html Css Color HEX #EDB77D Corvette

📋 copy color: '#EDB77D'

red 237 ◦ green 183 ◦ blue 125

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

Shades of Corvette #EDB77D

Tints of Corvette #EDB77D

RGB

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

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

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

R = 43.49%
G = 33.58%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB77D (or 0xEDB77D) is known color: Corvette. HEX triplet: ED, B7 and 7D. RGB value is (237,183,125). Sum of RGB (Red+Green+Blue) = 237+183+125=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77D is #124882. Grayscale: #C0C0C0. Windows color (decimal): -1198211 or 8239085. OLE color: 8239085.

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

Color convert

RGB 237 183 125 -
CMYK 0 0.23 0.47 0.07
HSL 31.07º 0.76% 0.71% -
HSV(B) 31.07º 0.47% 0.93% -
XYZ 55.56 53.35 26.77 -
YUV 192.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 237 183 125 0 0.23 0.47 0.07 31.07 0.76 0.71
Hex ED B7 7D 0 17 2F 7 1F 4C 47
Octal 355 267 175 0 27 57 7 37 114 107
Binary 11101101 10110111 1111101 0 10111 101111 111 11111 1001100 1000111

Color Harmonies of #EDB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB77D

Black with #EDB77D

Text Example


Text Example

White with #EDB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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