Html Css Color HEX #E6DD69 Goldenrod

📋 copy color: '#E6DD69'

red 230 ◦ green 221 ◦ blue 105

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

Shades of Goldenrod #E6DD69

Tints of Goldenrod #E6DD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.75%

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

R = 41.37%
G = 39.75%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6DD69 (or 0xE6DD69) is known color: Goldenrod. HEX triplet: E6, DD and 69. RGB value is (230,221,105). Sum of RGB (Red+Green+Blue) = 230+221+105=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD69 is #192296. Grayscale: #D2D2D2. Windows color (decimal): -1647255 or 6938086. OLE color: 6938086.

HSL color Cylindrical-coordinate representation of color #E6DD69: hue angle of 55.68º 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 #E6DD69 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 221 105 -
CMYK 0 0.04 0.54 0.10
HSL 55.68º 0.71% 0.66% -
HSV(B) 55.68º 0.54% 0.9% -
XYZ 61.04 69.56 23.57 -
YUV 210.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 230 221 105 0 0.04 0.54 0.10 55.68 0.71 0.66
Hex E6 DD 69 0 4 36 A 38 47 42
Octal 346 335 151 0 4 66 12 70 107 102
Binary 11100110 11011101 1101001 0 100 110110 1010 111000 1000111 1000010

Color Harmonies of #E6DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DD69

Black with #E6DD69

Text Example


Text Example

White with #E6DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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