Html Css Color HEX #E6E069 Goldenrod

📋 copy color: '#E6E069'

red 230 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #E6E069

Tints of Goldenrod #E6E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 105 (41.41% from 255) = 18.78%

R = 41.14%
G = 40.07%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6E069 (or 0xE6E069) is known color: Goldenrod. HEX triplet: E6, E0 and 69. RGB value is (230,224,105). Sum of RGB (Red+Green+Blue) = 230+224+105=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E069 is #191F96. Grayscale: #D4D4D4. Windows color (decimal): -1646487 or 6938854. OLE color: 6938854.

HSL color Cylindrical-coordinate representation of color #E6E069: hue angle of 57.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6E069 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 224 105 -
CMYK 0 0.03 0.54 0.10
HSL 57.12º 0.71% 0.66% -
HSV(B) 57.12º 0.54% 0.9% -
XYZ 61.84 71.15 23.84 -
YUV 212.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 230 224 105 0 0.03 0.54 0.10 57.12 0.71 0.66
Hex E6 E0 69 0 3 36 A 39 47 42
Octal 346 340 151 0 3 66 12 71 107 102
Binary 11100110 11100000 1101001 0 11 110110 1010 111001 1000111 1000010

Color Harmonies of #E6E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E069

Black with #E6E069

Text Example


Text Example

White with #E6E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E069; }

 p { color: rgb(230,224,105); }

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

background-color css

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

 a { background-color: rgb(230,224,105); }

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

border-color css

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

 span { border-color: rgb(230,224,105); }

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