Html Css Color HEX #EFDD1C Broom

📋 copy color: '#EFDD1C'

red 239 ◦ green 221 ◦ blue 28

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

Shades of Broom #EFDD1C

Tints of Broom #EFDD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 28 (11.33% from 255) = 5.74%

R = 48.98%
G = 45.29%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFDD1C (or 0xEFDD1C) is known color: Broom. HEX triplet: EF, DD and 1C. RGB value is (239,221,28). Sum of RGB (Red+Green+Blue) = 239+221+28=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD1C is #1022E3. Grayscale: #CDCDCD. Windows color (decimal): -1057508 or 1891823. OLE color: 1891823.

HSL color Cylindrical-coordinate representation of color #EFDD1C: hue angle of 54.88º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFDD1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 28 -
CMYK 0 0.08 0.88 0.06
HSL 54.88º 0.87% 0.52% -
HSV(B) 54.88º 0.88% 0.94% -
XYZ 61.66 70.15 11.39 -
YUV 204.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 239 221 28 0 0.08 0.88 0.06 54.88 0.87 0.52
Hex EF DD 1C 0 8 58 6 37 57 34
Octal 357 335 34 0 10 130 6 67 127 64
Binary 11101111 11011101 11100 0 1000 1011000 110 110111 1010111 110100

Color Harmonies of #EFDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD1C

Black with #EFDD1C

Text Example


Text Example

White with #EFDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD1C; }

 p { color: rgb(239,221,28); }

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

background-color css

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

 a { background-color: rgb(239,221,28); }

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

border-color css

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

 span { border-color: rgb(239,221,28); }

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