Html Css Color HEX #EFBA1C Moon Yellow

📋 copy color: '#EFBA1C'

red 239 ◦ green 186 ◦ blue 28

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

Shades of Moon Yellow #EFBA1C

Tints of Moon Yellow #EFBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 52.76%
G = 41.06%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFBA1C (or 0xEFBA1C) is known color: Moon Yellow. HEX triplet: EF, BA and 1C. RGB value is (239,186,28). Sum of RGB (Red+Green+Blue) = 239+186+28=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA1C is #1045E3. Grayscale: #B8B8B8. Windows color (decimal): -1066468 or 1882863. OLE color: 1882863.

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

Color convert

RGB 239 186 28 -
CMYK 0 0.22 0.88 0.06
HSL 44.93º 0.87% 0.52% -
HSV(B) 44.93º 0.88% 0.94% -
XYZ 53.37 53.55 8.62 -
YUV 183.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 239 186 28 0 0.22 0.88 0.06 44.93 0.87 0.52
Hex EF BA 1C 0 16 58 6 2D 57 34
Octal 357 272 34 0 26 130 6 55 127 64
Binary 11101111 10111010 11100 0 10110 1011000 110 101101 1010111 110100

Color Harmonies of #EFBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA1C

Black with #EFBA1C

Text Example


Text Example

White with #EFBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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