Html Css Color HEX #EFDC1A Broom

📋 copy color: '#EFDC1A'

red 239 ◦ green 220 ◦ blue 26

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

Shades of Broom #EFDC1A

Tints of Broom #EFDC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 49.28%
G = 45.36%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFDC1A (or 0xEFDC1A) is known color: Broom. HEX triplet: EF, DC and 1A. RGB value is (239,220,26). Sum of RGB (Red+Green+Blue) = 239+220+26=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1A is #1023E5. Grayscale: #CCCCCC. Windows color (decimal): -1057766 or 1760495. OLE color: 1760495.

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

Color convert

RGB 239 220 26 -
CMYK 0 0.08 0.89 0.06
HSL 54.65º 0.87% 0.52% -
HSV(B) 54.65º 0.89% 0.94% -
XYZ 61.38 69.61 11.18 -
YUV 203.57 27.79 153.27 -
System Red Green Blue C M Y K H S L
Decimal 239 220 26 0 0.08 0.89 0.06 54.65 0.87 0.52
Hex EF DC 1A 0 8 59 6 37 57 34
Octal 357 334 32 0 10 131 6 67 127 64
Binary 11101111 11011100 11010 0 1000 1011001 110 110111 1010111 110100

Color Harmonies of #EFDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC1A

Black with #EFDC1A

Text Example


Text Example

White with #EFDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC1A; }

 p { color: rgb(239,220,26); }

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

background-color css

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

 a { background-color: rgb(239,220,26); }

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

border-color css

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

 span { border-color: rgb(239,220,26); }

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