Html Css Color HEX #EFD418 Broom

📋 copy color: '#EFD418'

red 239 ◦ green 212 ◦ blue 24

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

Shades of Broom #EFD418

Tints of Broom #EFD418

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 50.32%
G = 44.63%
B = 5.05%

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

#EFD418 (or 0xEFD418) is known color: Broom. HEX triplet: EF, D4 and 18. RGB value is (239,212,24). Sum of RGB (Red+Green+Blue) = 239+212+24=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD418 is #102BE7. Grayscale: #C7C7C7. Windows color (decimal): -1059816 or 1627375. OLE color: 1627375.

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

Color convert

RGB 239 212 24 -
CMYK 0 0.11 0.90 0.06
HSL 52.47º 0.87% 0.52% -
HSV(B) 52.47º 0.9% 0.94% -
XYZ 59.3 65.5 10.38 -
YUV 198.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 239 212 24 0 0.11 0.90 0.06 52.47 0.87 0.52
Hex EF D4 18 0 B 5A 6 34 57 34
Octal 357 324 30 0 13 132 6 64 127 64
Binary 11101111 11010100 11000 0 1011 1011010 110 110100 1010111 110100

Color Harmonies of #EFD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD418

Black with #EFD418

Text Example


Text Example

White with #EFD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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