Html Css Color HEX #E6E006 Golden Yellow

📋 copy color: '#E6E006'

red 230 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #E6E006

Tints of Golden Yellow #E6E006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 50%
G = 48.7%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6E006 (or 0xE6E006) is known color: Golden Yellow. HEX triplet: E6, E0 and 06. RGB value is (230,224,6). Sum of RGB (Red+Green+Blue) = 230+224+6=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E006 is #191FF9. Grayscale: #C9C9C9. Windows color (decimal): -1646586 or 450790. OLE color: 450790.

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

Color convert

RGB 230 224 6 -
CMYK 0 0.03 0.97 0.10
HSL 58.39º 0.95% 0.46% -
HSV(B) 58.39º 0.97% 0.9% -
XYZ 59.32 70.15 10.59 -
YUV 200.94 17.99 148.73 -
System Red Green Blue C M Y K H S L
Decimal 230 224 6 0 0.03 0.97 0.10 58.39 0.95 0.46
Hex E6 E0 6 0 3 61 A 3A 5F 2E
Octal 346 340 6 0 3 141 12 72 137 56
Binary 11100110 11100000 110 0 11 1100001 1010 111010 1011111 101110

Color Harmonies of #E6E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E006

Black with #E6E006

Text Example


Text Example

White with #E6E006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E006; }

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

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

background-color css

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

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

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

border-color css

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

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

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