Html Css Color HEX #EFD122 Broom

📋 copy color: '#EFD122'

red 239 ◦ green 209 ◦ blue 34

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

Shades of Broom #EFD122

Tints of Broom #EFD122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 49.59%
G = 43.36%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFD122 (or 0xEFD122) is known color: Broom. HEX triplet: EF, D1 and 22. RGB value is (239,209,34). Sum of RGB (Red+Green+Blue) = 239+209+34=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD122 is #102EDD. Grayscale: #C6C6C6. Windows color (decimal): -1060574 or 2281967. OLE color: 2281967.

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

Color convert

RGB 239 209 34 -
CMYK 0 0.13 0.86 0.06
HSL 51.22º 0.86% 0.54% -
HSV(B) 51.22º 0.86% 0.94% -
XYZ 58.69 64.07 10.79 -
YUV 198.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 239 209 34 0 0.13 0.86 0.06 51.22 0.86 0.54
Hex EF D1 22 0 D 56 6 33 56 36
Octal 357 321 42 0 15 126 6 63 126 66
Binary 11101111 11010001 100010 0 1101 1010110 110 110011 1010110 110110

Color Harmonies of #EFD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD122

Black with #EFD122

Text Example


Text Example

White with #EFD122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD122; }

 p { color: rgb(239,209,34); }

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

background-color css

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

 a { background-color: rgb(239,209,34); }

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

border-color css

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

 span { border-color: rgb(239,209,34); }

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