Html Css Color HEX #EEC70D Moon Yellow

📋 copy color: '#EEC70D'

red 238 ◦ green 199 ◦ blue 13

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

Shades of Moon Yellow #EEC70D

Tints of Moon Yellow #EEC70D

RGB

 RED value IS 238 (93.36% from 255) = 52.89%

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 52.89%
G = 44.22%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEC70D (or 0xEEC70D) is known color: Moon Yellow. HEX triplet: EE, C7 and 0D. RGB value is (238,199,13). Sum of RGB (Red+Green+Blue) = 238+199+13=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC70D is #1138F2. Grayscale: #BEBEBE. Windows color (decimal): -1128691 or 903150. OLE color: 903150.

HSL color Cylindrical-coordinate representation of color #EEC70D: hue angle of 49.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEC70D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 13 -
CMYK 0 0.16 0.95 0.07
HSL 49.6º 0.9% 0.49% -
HSV(B) 49.6º 0.95% 0.93% -
XYZ 55.76 59.05 8.84 -
YUV 189.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 238 199 13 0 0.16 0.95 0.07 49.6 0.9 0.49
Hex EE C7 D 0 10 5F 7 32 5A 31
Octal 356 307 15 0 20 137 7 62 132 61
Binary 11101110 11000111 1101 0 10000 1011111 111 110010 1011010 110001

Color Harmonies of #EEC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC70D

Black with #EEC70D

Text Example


Text Example

White with #EEC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC70D; }

 p { color: rgb(238,199,13); }

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

background-color css

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

 a { background-color: rgb(238,199,13); }

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

border-color css

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

 span { border-color: rgb(238,199,13); }

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