Html Css Color HEX #EFBD18 Moon Yellow

📋 copy color: '#EFBD18'

red 239 ◦ green 189 ◦ blue 24

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

Shades of Moon Yellow #EFBD18

Tints of Moon Yellow #EFBD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

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

R = 52.88%
G = 41.81%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFBD18 (or 0xEFBD18) is known color: Moon Yellow. HEX triplet: EF, BD and 18. RGB value is (239,189,24). Sum of RGB (Red+Green+Blue) = 239+189+24=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD18 is #1042E7. Grayscale: #B9B9B9. Windows color (decimal): -1065704 or 1621487. OLE color: 1621487.

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

Color convert

RGB 239 189 24 -
CMYK 0 0.21 0.90 0.06
HSL 46.05º 0.87% 0.52% -
HSV(B) 46.05º 0.9% 0.94% -
XYZ 53.96 54.81 8.6 -
YUV 185.14 37.07 166.42 -
System Red Green Blue C M Y K H S L
Decimal 239 189 24 0 0.21 0.90 0.06 46.05 0.87 0.52
Hex EF BD 18 0 15 5A 6 2E 57 34
Octal 357 275 30 0 25 132 6 56 127 64
Binary 11101111 10111101 11000 0 10101 1011010 110 101110 1010111 110100

Color Harmonies of #EFBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD18

Black with #EFBD18

Text Example


Text Example

White with #EFBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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