Html Css Color HEX #E0D764 Goldenrod

📋 copy color: '#E0D764'

red 224 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #E0D764

Tints of Goldenrod #E0D764

RGB

 RED value IS 224 (87.89% from 255) = 41.56%

 GREEN value IS 215 (84.38% from 255) = 39.89%

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 41.56%
G = 39.89%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0D764 (or 0xE0D764) is known color: Goldenrod. HEX triplet: E0, D7 and 64. RGB value is (224,215,100). Sum of RGB (Red+Green+Blue) = 224+215+100=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D764 is #1F289B. Grayscale: #CDCDCD. Windows color (decimal): -2042012 or 6608864. OLE color: 6608864.

HSL color Cylindrical-coordinate representation of color #E0D764: hue angle of 55.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0D764 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 100 -
CMYK 0 0.04 0.55 0.12
HSL 55.65º 0.67% 0.64% -
HSV(B) 55.65º 0.55% 0.88% -
XYZ 57.34 65.37 21.65 -
YUV 204.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 224 215 100 0 0.04 0.55 0.12 55.65 0.67 0.64
Hex E0 D7 64 0 4 37 C 38 43 40
Octal 340 327 144 0 4 67 14 70 103 100
Binary 11100000 11010111 1100100 0 100 110111 1100 111000 1000011 1000000

Color Harmonies of #E0D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D764

Black with #E0D764

Text Example


Text Example

White with #E0D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D764; }

 p { color: rgb(224,215,100); }

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

background-color css

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

 a { background-color: rgb(224,215,100); }

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

border-color css

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

 span { border-color: rgb(224,215,100); }

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