Html Css Color HEX #EFBF18 Moon Yellow

📋 copy color: '#EFBF18'

red 239 ◦ green 191 ◦ blue 24

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

Shades of Moon Yellow #EFBF18

Tints of Moon Yellow #EFBF18

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 24 (9.77% from 255) = 5.29%

R = 52.64%
G = 42.07%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFBF18 (or 0xEFBF18) is known color: Moon Yellow. HEX triplet: EF, BF and 18. RGB value is (239,191,24). Sum of RGB (Red+Green+Blue) = 239+191+24=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBF18 is #1040E7. Grayscale: #BBBBBB. Windows color (decimal): -1065192 or 1621999. OLE color: 1621999.

HSL color Cylindrical-coordinate representation of color #EFBF18: hue angle of 46.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFBF18 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 24 -
CMYK 0 0.20 0.90 0.06
HSL 46.6º 0.87% 0.52% -
HSV(B) 46.6º 0.9% 0.94% -
XYZ 54.39 55.68 8.74 -
YUV 186.31 36.4 165.58 -
System Red Green Blue C M Y K H S L
Decimal 239 191 24 0 0.20 0.90 0.06 46.6 0.87 0.52
Hex EF BF 18 0 14 5A 6 2F 57 34
Octal 357 277 30 0 24 132 6 57 127 64
Binary 11101111 10111111 11000 0 10100 1011010 110 101111 1010111 110100

Color Harmonies of #EFBF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF18

Black with #EFBF18

Text Example


Text Example

White with #EFBF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF18; }

 p { color: rgb(239,191,24); }

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

background-color css

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

 a { background-color: rgb(239,191,24); }

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

border-color css

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

 span { border-color: rgb(239,191,24); }

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