Html Css Color HEX #EFD918 Broom

📋 copy color: '#EFD918'

red 239 ◦ green 217 ◦ blue 24

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

Shades of Broom #EFD918

Tints of Broom #EFD918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

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

R = 49.79%
G = 45.21%
B = 5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFD918 (or 0xEFD918) is known color: Broom. HEX triplet: EF, D9 and 18. RGB value is (239,217,24). Sum of RGB (Red+Green+Blue) = 239+217+24=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD918 is #1026E7. Grayscale: #CACACA. Windows color (decimal): -1058536 or 1628655. OLE color: 1628655.

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

Color convert

RGB 239 217 24 -
CMYK 0 0.09 0.90 0.06
HSL 53.86º 0.87% 0.52% -
HSV(B) 53.86º 0.9% 0.94% -
XYZ 60.57 68.04 10.81 -
YUV 201.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 239 217 24 0 0.09 0.90 0.06 53.86 0.87 0.52
Hex EF D9 18 0 9 5A 6 36 57 34
Octal 357 331 30 0 11 132 6 66 127 64
Binary 11101111 11011001 11000 0 1001 1011010 110 110110 1010111 110100

Color Harmonies of #EFD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD918

Black with #EFD918

Text Example


Text Example

White with #EFD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD918; }

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

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

background-color css

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

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

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

border-color css

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

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

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