Html Css Color HEX #EFB413 Moon Yellow

📋 copy color: '#EFB413'

red 239 ◦ green 180 ◦ blue 19

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

Shades of Moon Yellow #EFB413

Tints of Moon Yellow #EFB413

RGB

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

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

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

R = 54.57%
G = 41.1%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB413 (or 0xEFB413) is known color: Moon Yellow. HEX triplet: EF, B4 and 13. RGB value is (239,180,19). Sum of RGB (Red+Green+Blue) = 239+180+19=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB413 is #104BEC. Grayscale: #B3B3B3. Windows color (decimal): -1068013 or 1291503. OLE color: 1291503.

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

Color convert

RGB 239 180 19 -
CMYK 0 0.25 0.92 0.06
HSL 43.91º 0.87% 0.51% -
HSV(B) 43.91º 0.92% 0.94% -
XYZ 52.04 51.04 7.73 -
YUV 179.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 239 180 19 0 0.25 0.92 0.06 43.91 0.87 0.51
Hex EF B4 13 0 19 5C 6 2C 57 33
Octal 357 264 23 0 31 134 6 54 127 63
Binary 11101111 10110100 10011 0 11001 1011100 110 101100 1010111 110011

Color Harmonies of #EFB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB413

Black with #EFB413

Text Example


Text Example

White with #EFB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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