Html Css Color HEX #EFD228 Broom

📋 copy color: '#EFD228'

red 239 ◦ green 210 ◦ blue 40

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

Shades of Broom #EFD228

Tints of Broom #EFD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 48.88%
G = 42.94%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD228 (or 0xEFD228) is known color: Broom. HEX triplet: EF, D2 and 28. RGB value is (239,210,40). Sum of RGB (Red+Green+Blue) = 239+210+40=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD228 is #102DD7. Grayscale: #C8C8C8. Windows color (decimal): -1060312 or 2675439. OLE color: 2675439.

HSL color Cylindrical-coordinate representation of color #EFD228: hue angle of 51.26º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFD228 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 40 -
CMYK 0 0.12 0.83 0.06
HSL 51.26º 0.86% 0.55% -
HSV(B) 51.26º 0.83% 0.94% -
XYZ 59.03 64.6 11.36 -
YUV 199.29 38.11 156.32 -
System Red Green Blue C M Y K H S L
Decimal 239 210 40 0 0.12 0.83 0.06 51.26 0.86 0.55
Hex EF D2 28 0 C 53 6 33 56 37
Octal 357 322 50 0 14 123 6 63 126 67
Binary 11101111 11010010 101000 0 1100 1010011 110 110011 1010110 110111

Color Harmonies of #EFD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD228

Black with #EFD228

Text Example


Text Example

White with #EFD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD228; }

 p { color: rgb(239,210,40); }

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

background-color css

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

 a { background-color: rgb(239,210,40); }

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

border-color css

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

 span { border-color: rgb(239,210,40); }

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