Html Css Color HEX #EFD518 Broom

📋 copy color: '#EFD518'

red 239 ◦ green 213 ◦ blue 24

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

Shades of Broom #EFD518

Tints of Broom #EFD518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

 BLUE value IS 24 (9.77% from 255) = 5.04%

R = 50.21%
G = 44.75%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFD518 (or 0xEFD518) is known color: Broom. HEX triplet: EF, D5 and 18. RGB value is (239,213,24). Sum of RGB (Red+Green+Blue) = 239+213+24=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD518 is #102AE7. Grayscale: #C8C8C8. Windows color (decimal): -1059560 or 1627631. OLE color: 1627631.

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

Color convert

RGB 239 213 24 -
CMYK 0 0.11 0.90 0.06
HSL 52.74º 0.87% 0.52% -
HSV(B) 52.74º 0.9% 0.94% -
XYZ 59.56 66.01 10.47 -
YUV 199.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 239 213 24 0 0.11 0.90 0.06 52.74 0.87 0.52
Hex EF D5 18 0 B 5A 6 35 57 34
Octal 357 325 30 0 13 132 6 65 127 64
Binary 11101111 11010101 11000 0 1011 1011010 110 110101 1010111 110100

Color Harmonies of #EFD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD518

Black with #EFD518

Text Example


Text Example

White with #EFD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD518; }

 p { color: rgb(239,213,24); }

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

background-color css

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

 a { background-color: rgb(239,213,24); }

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

border-color css

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

 span { border-color: rgb(239,213,24); }

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