Html Css Color HEX #EFBA1E Moon Yellow

📋 copy color: '#EFBA1E'

red 239 ◦ green 186 ◦ blue 30

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

Shades of Moon Yellow #EFBA1E

Tints of Moon Yellow #EFBA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 30 (12.11% from 255) = 6.59%

R = 52.53%
G = 40.88%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFBA1E (or 0xEFBA1E) is known color: Moon Yellow. HEX triplet: EF, BA and 1E. RGB value is (239,186,30). Sum of RGB (Red+Green+Blue) = 239+186+30=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA1E is #1045E1. Grayscale: #B8B8B8. Windows color (decimal): -1066466 or 2013935. OLE color: 2013935.

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

Color convert

RGB 239 186 30 -
CMYK 0 0.22 0.87 0.06
HSL 44.78º 0.87% 0.53% -
HSV(B) 44.78º 0.87% 0.94% -
XYZ 53.39 53.56 8.75 -
YUV 184.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 239 186 30 0 0.22 0.87 0.06 44.78 0.87 0.53
Hex EF BA 1E 0 16 57 6 2D 57 35
Octal 357 272 36 0 26 127 6 55 127 65
Binary 11101111 10111010 11110 0 10110 1010111 110 101101 1010111 110101

Color Harmonies of #EFBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA1E

Black with #EFBA1E

Text Example


Text Example

White with #EFBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA1E; }

 p { color: rgb(239,186,30); }

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

background-color css

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

 a { background-color: rgb(239,186,30); }

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

border-color css

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

 span { border-color: rgb(239,186,30); }

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