Html Css Color HEX #EFBA1F Moon Yellow

📋 copy color: '#EFBA1F'

red 239 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #EFBA1F

Tints of Moon Yellow #EFBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.8%

R = 52.41%
G = 40.79%
B = 6.8%

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

#EFBA1F (or 0xEFBA1F) is known color: Moon Yellow. HEX triplet: EF, BA and 1F. RGB value is (239,186,31). Sum of RGB (Red+Green+Blue) = 239+186+31=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA1F is #1045E0. Grayscale: #B8B8B8. Windows color (decimal): -1066465 or 2079471. OLE color: 2079471.

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

Color convert

RGB 239 186 31 -
CMYK 0 0.22 0.87 0.06
HSL 44.71º 0.87% 0.53% -
HSV(B) 44.71º 0.87% 0.94% -
XYZ 53.4 53.57 8.82 -
YUV 184.18 41.56 167.1 -
System Red Green Blue C M Y K H S L
Decimal 239 186 31 0 0.22 0.87 0.06 44.71 0.87 0.53
Hex EF BA 1F 0 16 57 6 2D 57 35
Octal 357 272 37 0 26 127 6 55 127 65
Binary 11101111 10111010 11111 0 10110 1010111 110 101101 1010111 110101

Color Harmonies of #EFBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA1F

Black with #EFBA1F

Text Example


Text Example

White with #EFBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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