Html Css Color HEX #EFC80D Moon Yellow

📋 copy color: '#EFC80D'

red 239 ◦ green 200 ◦ blue 13

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

Shades of Moon Yellow #EFC80D

Tints of Moon Yellow #EFC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

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

R = 52.88%
G = 44.25%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC80D (or 0xEFC80D) is known color: Moon Yellow. HEX triplet: EF, C8 and 0D. RGB value is (239,200,13). Sum of RGB (Red+Green+Blue) = 239+200+13=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC80D is #1037F2. Grayscale: #BFBFBF. Windows color (decimal): -1062899 or 903407. OLE color: 903407.

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

Color convert

RGB 239 200 13 -
CMYK 0 0.16 0.95 0.06
HSL 49.65º 0.9% 0.49% -
HSV(B) 49.65º 0.95% 0.94% -
XYZ 56.32 59.69 8.93 -
YUV 190.34 27.92 162.71 -
System Red Green Blue C M Y K H S L
Decimal 239 200 13 0 0.16 0.95 0.06 49.65 0.9 0.49
Hex EF C8 D 0 10 5F 6 32 5A 31
Octal 357 310 15 0 20 137 6 62 132 61
Binary 11101111 11001000 1101 0 10000 1011111 110 110010 1011010 110001

Color Harmonies of #EFC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC80D

Black with #EFC80D

Text Example


Text Example

White with #EFC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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