Html Css Color HEX #EECD0D Moon Yellow

📋 copy color: '#EECD0D'

red 238 ◦ green 205 ◦ blue 13

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

Shades of Moon Yellow #EECD0D

Tints of Moon Yellow #EECD0D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

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

R = 52.19%
G = 44.96%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EECD0D (or 0xEECD0D) is known color: Moon Yellow. HEX triplet: EE, CD and 0D. RGB value is (238,205,13). Sum of RGB (Red+Green+Blue) = 238+205+13=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD0D is #1132F2. Grayscale: #C1C1C1. Windows color (decimal): -1127155 or 904686. OLE color: 904686.

HSL color Cylindrical-coordinate representation of color #EECD0D: hue angle of 51.2º 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 #EECD0D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 13 -
CMYK 0 0.14 0.95 0.07
HSL 51.2º 0.9% 0.49% -
HSV(B) 51.2º 0.95% 0.93% -
XYZ 57.16 61.87 9.31 -
YUV 192.98 26.43 160.11 -
System Red Green Blue C M Y K H S L
Decimal 238 205 13 0 0.14 0.95 0.07 51.2 0.9 0.49
Hex EE CD D 0 E 5F 7 33 5A 31
Octal 356 315 15 0 16 137 7 63 132 61
Binary 11101110 11001101 1101 0 1110 1011111 111 110011 1011010 110001

Color Harmonies of #EECD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD0D

Black with #EECD0D

Text Example


Text Example

White with #EECD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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