Html Css Color HEX #EFBC14 Moon Yellow

📋 copy color: '#EFBC14'

red 239 ◦ green 188 ◦ blue 20

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

Shades of Moon Yellow #EFBC14

Tints of Moon Yellow #EFBC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

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

R = 53.47%
G = 42.06%
B = 4.47%

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

#EFBC14 (or 0xEFBC14) is known color: Moon Yellow. HEX triplet: EF, BC and 14. RGB value is (239,188,20). Sum of RGB (Red+Green+Blue) = 239+188+20=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC14 is #1043EB. Grayscale: #B8B8B8. Windows color (decimal): -1065964 or 1359087. OLE color: 1359087.

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

Color convert

RGB 239 188 20 -
CMYK 0 0.21 0.92 0.06
HSL 46.03º 0.87% 0.51% -
HSV(B) 46.03º 0.92% 0.94% -
XYZ 53.71 54.37 8.33 -
YUV 184.1 35.4 167.16 -
System Red Green Blue C M Y K H S L
Decimal 239 188 20 0 0.21 0.92 0.06 46.03 0.87 0.51
Hex EF BC 14 0 15 5C 6 2E 57 33
Octal 357 274 24 0 25 134 6 56 127 63
Binary 11101111 10111100 10100 0 10101 1011100 110 101110 1010111 110011

Color Harmonies of #EFBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC14

Black with #EFBC14

Text Example


Text Example

White with #EFBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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