Html Css Color HEX #EFB419 Moon Yellow

📋 copy color: '#EFB419'

red 239 ◦ green 180 ◦ blue 25

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

Shades of Moon Yellow #EFB419

Tints of Moon Yellow #EFB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 25 (10.16% from 255) = 5.63%

R = 53.83%
G = 40.54%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFB419 (or 0xEFB419) is known color: Moon Yellow. HEX triplet: EF, B4 and 19. RGB value is (239,180,25). Sum of RGB (Red+Green+Blue) = 239+180+25=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB419 is #104BE6. Grayscale: #B4B4B4. Windows color (decimal): -1068007 or 1684719. OLE color: 1684719.

HSL color Cylindrical-coordinate representation of color #EFB419: hue angle of 43.46º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFB419 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 25 -
CMYK 0 0.25 0.90 0.06
HSL 43.46º 0.87% 0.52% -
HSV(B) 43.46º 0.9% 0.94% -
XYZ 52.09 51.06 8.03 -
YUV 179.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 239 180 25 0 0.25 0.90 0.06 43.46 0.87 0.52
Hex EF B4 19 0 19 5A 6 2B 57 34
Octal 357 264 31 0 31 132 6 53 127 64
Binary 11101111 10110100 11001 0 11001 1011010 110 101011 1010111 110100

Color Harmonies of #EFB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB419

Black with #EFB419

Text Example


Text Example

White with #EFB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB419; }

 p { color: rgb(239,180,25); }

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

background-color css

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

 a { background-color: rgb(239,180,25); }

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

border-color css

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

 span { border-color: rgb(239,180,25); }

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