Html Css Color HEX #EFB913 Moon Yellow

📋 copy color: '#EFB913'

red 239 ◦ green 185 ◦ blue 19

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

Shades of Moon Yellow #EFB913

Tints of Moon Yellow #EFB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

 BLUE value IS 19 (7.81% from 255) = 4.29%

R = 53.95%
G = 41.76%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB913 (or 0xEFB913) is known color: Moon Yellow. HEX triplet: EF, B9 and 13. RGB value is (239,185,19). Sum of RGB (Red+Green+Blue) = 239+185+19=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB913 is #1046EC. Grayscale: #B6B6B6. Windows color (decimal): -1066733 or 1292783. OLE color: 1292783.

HSL color Cylindrical-coordinate representation of color #EFB913: hue angle of 45.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFB913 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 19 -
CMYK 0 0.23 0.92 0.06
HSL 45.27º 0.87% 0.51% -
HSV(B) 45.27º 0.92% 0.94% -
XYZ 53.06 53.1 8.07 -
YUV 182.22 35.89 168.5 -
System Red Green Blue C M Y K H S L
Decimal 239 185 19 0 0.23 0.92 0.06 45.27 0.87 0.51
Hex EF B9 13 0 17 5C 6 2D 57 33
Octal 357 271 23 0 27 134 6 55 127 63
Binary 11101111 10111001 10011 0 10111 1011100 110 101101 1010111 110011

Color Harmonies of #EFB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB913

Black with #EFB913

Text Example


Text Example

White with #EFB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB913; }

 p { color: rgb(239,185,19); }

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

background-color css

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

 a { background-color: rgb(239,185,19); }

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

border-color css

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

 span { border-color: rgb(239,185,19); }

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