Html Css Color HEX #E6DE04 Golden Yellow

📋 copy color: '#E6DE04'

red 230 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #E6DE04

Tints of Golden Yellow #E6DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 50.44%
G = 48.68%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6DE04 (or 0xE6DE04) is known color: Golden Yellow. HEX triplet: E6, DE and 04. RGB value is (230,222,4). Sum of RGB (Red+Green+Blue) = 230+222+4=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DE04 is #1921FB. Grayscale: #C8C8C8. Windows color (decimal): -1647100 or 319206. OLE color: 319206.

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

Color convert

RGB 230 222 4 -
CMYK 0 0.03 0.98 0.10
HSL 57.88º 0.97% 0.46% -
HSV(B) 57.88º 0.98% 0.9% -
XYZ 58.78 69.07 10.35 -
YUV 199.54 17.65 149.73 -
System Red Green Blue C M Y K H S L
Decimal 230 222 4 0 0.03 0.98 0.10 57.88 0.97 0.46
Hex E6 DE 4 0 3 62 A 3A 61 2E
Octal 346 336 4 0 3 142 12 72 141 56
Binary 11100110 11011110 100 0 11 1100010 1010 111010 1100001 101110

Color Harmonies of #E6DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DE04

Black with #E6DE04

Text Example


Text Example

White with #E6DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DE04; }

 p { color: rgb(230,222,4); }

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

background-color css

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

 a { background-color: rgb(230,222,4); }

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

border-color css

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

 span { border-color: rgb(230,222,4); }

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