Html Css Color HEX #EFD028 Broom

📋 copy color: '#EFD028'

red 239 ◦ green 208 ◦ blue 40

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

Shades of Broom #EFD028

Tints of Broom #EFD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

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

R = 49.08%
G = 42.71%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD028 (or 0xEFD028) is known color: Broom. HEX triplet: EF, D0 and 28. RGB value is (239,208,40). Sum of RGB (Red+Green+Blue) = 239+208+40=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD028 is #102FD7. Grayscale: #C6C6C6. Windows color (decimal): -1060824 or 2674927. OLE color: 2674927.

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

Color convert

RGB 239 208 40 -
CMYK 0 0.13 0.83 0.06
HSL 50.65º 0.86% 0.55% -
HSV(B) 50.65º 0.83% 0.94% -
XYZ 58.54 63.62 11.2 -
YUV 198.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 239 208 40 0 0.13 0.83 0.06 50.65 0.86 0.55
Hex EF D0 28 0 D 53 6 33 56 37
Octal 357 320 50 0 15 123 6 63 126 67
Binary 11101111 11010000 101000 0 1101 1010011 110 110011 1010110 110111

Color Harmonies of #EFD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD028

Black with #EFD028

Text Example


Text Example

White with #EFD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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