Html Css Color HEX #EFBE14 Moon Yellow

📋 copy color: '#EFBE14'

red 239 ◦ green 190 ◦ blue 20

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

Shades of Moon Yellow #EFBE14

Tints of Moon Yellow #EFBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 53.23%
G = 42.32%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFBE14 (or 0xEFBE14) is known color: Moon Yellow. HEX triplet: EF, BE and 14. RGB value is (239,190,20). Sum of RGB (Red+Green+Blue) = 239+190+20=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBE14 is #1041EB. Grayscale: #BABABA. Windows color (decimal): -1065452 or 1359599. OLE color: 1359599.

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

Color convert

RGB 239 190 20 -
CMYK 0 0.21 0.92 0.06
HSL 46.58º 0.87% 0.51% -
HSV(B) 46.58º 0.92% 0.94% -
XYZ 54.14 55.23 8.47 -
YUV 185.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 239 190 20 0 0.21 0.92 0.06 46.58 0.87 0.51
Hex EF BE 14 0 15 5C 6 2F 57 33
Octal 357 276 24 0 25 134 6 57 127 63
Binary 11101111 10111110 10100 0 10101 1011100 110 101111 1010111 110011

Color Harmonies of #EFBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE14

Black with #EFBE14

Text Example


Text Example

White with #EFBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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