Html Css Color HEX #EFC70D Moon Yellow

📋 copy color: '#EFC70D'

red 239 ◦ green 199 ◦ blue 13

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

Shades of Moon Yellow #EFC70D

Tints of Moon Yellow #EFC70D

RGB

 RED value IS 239 (93.75% from 255) = 52.99%

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

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

R = 52.99%
G = 44.12%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC70D (or 0xEFC70D) is known color: Moon Yellow. HEX triplet: EF, C7 and 0D. RGB value is (239,199,13). Sum of RGB (Red+Green+Blue) = 239+199+13=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70D is #1038F2. Grayscale: #BEBEBE. Windows color (decimal): -1063155 or 903151. OLE color: 903151.

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

Color convert

RGB 239 199 13 -
CMYK 0 0.17 0.95 0.06
HSL 49.38º 0.9% 0.49% -
HSV(B) 49.38º 0.95% 0.94% -
XYZ 56.09 59.23 8.86 -
YUV 189.76 28.25 163.12 -
System Red Green Blue C M Y K H S L
Decimal 239 199 13 0 0.17 0.95 0.06 49.38 0.9 0.49
Hex EF C7 D 0 11 5F 6 31 5A 31
Octal 357 307 15 0 21 137 6 61 132 61
Binary 11101111 11000111 1101 0 10001 1011111 110 110001 1011010 110001

Color Harmonies of #EFC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC70D

Black with #EFC70D

Text Example


Text Example

White with #EFC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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