Html Css Color HEX #E6DA08 Golden Yellow

📋 copy color: '#E6DA08'

red 230 ◦ green 218 ◦ blue 8

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

Shades of Golden Yellow #E6DA08

Tints of Golden Yellow #E6DA08

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 50.44%
G = 47.81%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6DA08 (or 0xE6DA08) is known color: Golden Yellow. HEX triplet: E6, DA and 08. RGB value is (230,218,8). Sum of RGB (Red+Green+Blue) = 230+218+8=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DA08 is #1925F7. Grayscale: #C6C6C6. Windows color (decimal): -1648120 or 580326. OLE color: 580326.

HSL color Cylindrical-coordinate representation of color #E6DA08: hue angle of 56.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6DA08 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 8 -
CMYK 0 0.05 0.97 0.10
HSL 56.76º 0.93% 0.47% -
HSV(B) 56.76º 0.97% 0.9% -
XYZ 57.75 66.98 10.12 -
YUV 197.65 20.98 151.08 -
System Red Green Blue C M Y K H S L
Decimal 230 218 8 0 0.05 0.97 0.10 56.76 0.93 0.47
Hex E6 DA 8 0 5 61 A 39 5D 2F
Octal 346 332 10 0 5 141 12 71 135 57
Binary 11100110 11011010 1000 0 101 1100001 1010 111001 1011101 101111

Color Harmonies of #E6DA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA08

Black with #E6DA08

Text Example


Text Example

White with #E6DA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA08; }

 p { color: rgb(230,218,8); }

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

background-color css

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

 a { background-color: rgb(230,218,8); }

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

border-color css

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

 span { border-color: rgb(230,218,8); }

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