Html Css Color HEX #EFBA19 Moon Yellow

📋 copy color: '#EFBA19'

red 239 ◦ green 186 ◦ blue 25

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

Shades of Moon Yellow #EFBA19

Tints of Moon Yellow #EFBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.56%

R = 53.11%
G = 41.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFBA19 (or 0xEFBA19) is known color: Moon Yellow. HEX triplet: EF, BA and 19. RGB value is (239,186,25). Sum of RGB (Red+Green+Blue) = 239+186+25=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA19 is #1045E6. Grayscale: #B8B8B8. Windows color (decimal): -1066471 or 1686255. OLE color: 1686255.

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

Color convert

RGB 239 186 25 -
CMYK 0 0.22 0.90 0.06
HSL 45.14º 0.87% 0.52% -
HSV(B) 45.14º 0.9% 0.94% -
XYZ 53.33 53.54 8.44 -
YUV 183.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 239 186 25 0 0.22 0.90 0.06 45.14 0.87 0.52
Hex EF BA 19 0 16 5A 6 2D 57 34
Octal 357 272 31 0 26 132 6 55 127 64
Binary 11101111 10111010 11001 0 10110 1011010 110 101101 1010111 110100

Color Harmonies of #EFBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA19

Black with #EFBA19

Text Example


Text Example

White with #EFBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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