Html Css Color HEX #EFBC0F Moon Yellow

📋 copy color: '#EFBC0F'

red 239 ◦ green 188 ◦ blue 15

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

Shades of Moon Yellow #EFBC0F

Tints of Moon Yellow #EFBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 54.07%
G = 42.53%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFBC0F (or 0xEFBC0F) is known color: Moon Yellow. HEX triplet: EF, BC and 0F. RGB value is (239,188,15). Sum of RGB (Red+Green+Blue) = 239+188+15=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC0F is #1043F0. Grayscale: #B8B8B8. Windows color (decimal): -1065969 or 1031407. OLE color: 1031407.

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

Color convert

RGB 239 188 15 -
CMYK 0 0.21 0.94 0.06
HSL 46.34º 0.88% 0.5% -
HSV(B) 46.34º 0.94% 0.94% -
XYZ 53.67 54.35 8.11 -
YUV 183.53 32.9 167.57 -
System Red Green Blue C M Y K H S L
Decimal 239 188 15 0 0.21 0.94 0.06 46.34 0.88 0.5
Hex EF BC F 0 15 5E 6 2E 58 32
Octal 357 274 17 0 25 136 6 56 130 62
Binary 11101111 10111100 1111 0 10101 1011110 110 101110 1011000 110010

Color Harmonies of #EFBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC0F

Black with #EFBC0F

Text Example


Text Example

White with #EFBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC0F; }

 p { color: rgb(239,188,15); }

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

background-color css

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

 a { background-color: rgb(239,188,15); }

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

border-color css

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

 span { border-color: rgb(239,188,15); }

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