Html Css Color HEX #E6DF72 Goldenrod

📋 copy color: '#E6DF72'

red 230 ◦ green 223 ◦ blue 114

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

Shades of Goldenrod #E6DF72

Tints of Goldenrod #E6DF72

RGB

 RED value IS 230 (90.23% from 255) = 40.56%

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 114 (44.92% from 255) = 20.11%

R = 40.56%
G = 39.33%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6DF72 (or 0xE6DF72) is known color: Goldenrod. HEX triplet: E6, DF and 72. RGB value is (230,223,114). Sum of RGB (Red+Green+Blue) = 230+223+114=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF72 is #19208D. Grayscale: #D5D5D5. Windows color (decimal): -1646734 or 7528422. OLE color: 7528422.

HSL color Cylindrical-coordinate representation of color #E6DF72: hue angle of 56.38º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6DF72 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 114 -
CMYK 0 0.03 0.50 0.10
HSL 56.38º 0.7% 0.67% -
HSV(B) 56.38º 0.5% 0.9% -
XYZ 62.06 70.81 26.32 -
YUV 212.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 230 223 114 0 0.03 0.50 0.10 56.38 0.7 0.67
Hex E6 DF 72 0 3 32 A 38 46 43
Octal 346 337 162 0 3 62 12 70 106 103
Binary 11100110 11011111 1110010 0 11 110010 1010 111000 1000110 1000011

Color Harmonies of #E6DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DF72

Black with #E6DF72

Text Example


Text Example

White with #E6DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DF72; }

 p { color: rgb(230,223,114); }

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

background-color css

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

 a { background-color: rgb(230,223,114); }

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

border-color css

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

 span { border-color: rgb(230,223,114); }

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