Html Css Color HEX #EFBC12 Moon Yellow

📋 copy color: '#EFBC12'

red 239 ◦ green 188 ◦ blue 18

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

Shades of Moon Yellow #EFBC12

Tints of Moon Yellow #EFBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 53.71%
G = 42.25%
B = 4.04%

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

#EFBC12 (or 0xEFBC12) is known color: Moon Yellow. HEX triplet: EF, BC and 12. RGB value is (239,188,18). Sum of RGB (Red+Green+Blue) = 239+188+18=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC12 is #1043ED. Grayscale: #B8B8B8. Windows color (decimal): -1065966 or 1228015. OLE color: 1228015.

HSL color Cylindrical-coordinate representation of color #EFBC12: hue angle of 46.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFBC12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 18 -
CMYK 0 0.21 0.92 0.06
HSL 46.15º 0.87% 0.5% -
HSV(B) 46.15º 0.92% 0.94% -
XYZ 53.69 54.36 8.24 -
YUV 183.87 34.4 167.32 -
System Red Green Blue C M Y K H S L
Decimal 239 188 18 0 0.21 0.92 0.06 46.15 0.87 0.5
Hex EF BC 12 0 15 5C 6 2E 57 32
Octal 357 274 22 0 25 134 6 56 127 62
Binary 11101111 10111100 10010 0 10101 1011100 110 101110 1010111 110010

Color Harmonies of #EFBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC12

Black with #EFBC12

Text Example


Text Example

White with #EFBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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