Html Css Color HEX #EFB80F Moon Yellow

📋 copy color: '#EFB80F'

red 239 ◦ green 184 ◦ blue 15

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

Shades of Moon Yellow #EFB80F

Tints of Moon Yellow #EFB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

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

R = 54.57%
G = 42.01%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFB80F (or 0xEFB80F) is known color: Moon Yellow. HEX triplet: EF, B8 and 0F. RGB value is (239,184,15). Sum of RGB (Red+Green+Blue) = 239+184+15=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB80F is #1047F0. Grayscale: #B5B5B5. Windows color (decimal): -1066993 or 1030383. OLE color: 1030383.

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

Color convert

RGB 239 184 15 -
CMYK 0 0.23 0.94 0.06
HSL 45.27º 0.88% 0.5% -
HSV(B) 45.27º 0.94% 0.94% -
XYZ 52.82 52.67 7.83 -
YUV 181.18 34.22 169.24 -
System Red Green Blue C M Y K H S L
Decimal 239 184 15 0 0.23 0.94 0.06 45.27 0.88 0.5
Hex EF B8 F 0 17 5E 6 2D 58 32
Octal 357 270 17 0 27 136 6 55 130 62
Binary 11101111 10111000 1111 0 10111 1011110 110 101101 1011000 110010

Color Harmonies of #EFB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB80F

Black with #EFB80F

Text Example


Text Example

White with #EFB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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