Html Css Color HEX #EFB614 Moon Yellow

📋 copy color: '#EFB614'

red 239 ◦ green 182 ◦ blue 20

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

Shades of Moon Yellow #EFB614

Tints of Moon Yellow #EFB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 54.2%
G = 41.27%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB614 (or 0xEFB614) is known color: Moon Yellow. HEX triplet: EF, B6 and 14. RGB value is (239,182,20). Sum of RGB (Red+Green+Blue) = 239+182+20=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB614 is #1049EB. Grayscale: #B5B5B5. Windows color (decimal): -1067500 or 1357551. OLE color: 1357551.

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

Color convert

RGB 239 182 20 -
CMYK 0 0.24 0.92 0.06
HSL 44.38º 0.87% 0.51% -
HSV(B) 44.38º 0.92% 0.94% -
XYZ 52.45 51.86 7.91 -
YUV 180.58 37.38 169.67 -
System Red Green Blue C M Y K H S L
Decimal 239 182 20 0 0.24 0.92 0.06 44.38 0.87 0.51
Hex EF B6 14 0 18 5C 6 2C 57 33
Octal 357 266 24 0 30 134 6 54 127 63
Binary 11101111 10110110 10100 0 11000 1011100 110 101100 1010111 110011

Color Harmonies of #EFB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB614

Black with #EFB614

Text Example


Text Example

White with #EFB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB614; }

 p { color: rgb(239,182,20); }

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

background-color css

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

 a { background-color: rgb(239,182,20); }

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

border-color css

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

 span { border-color: rgb(239,182,20); }

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