Html Css Color HEX #EFDB1A Broom

📋 copy color: '#EFDB1A'

red 239 ◦ green 219 ◦ blue 26

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

Shades of Broom #EFDB1A

Tints of Broom #EFDB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

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

R = 49.38%
G = 45.25%
B = 5.37%

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

#EFDB1A (or 0xEFDB1A) is known color: Broom. HEX triplet: EF, DB and 1A. RGB value is (239,219,26). Sum of RGB (Red+Green+Blue) = 239+219+26=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB1A is #1024E5. Grayscale: #CBCBCB. Windows color (decimal): -1058022 or 1760239. OLE color: 1760239.

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

Color convert

RGB 239 219 26 -
CMYK 0 0.08 0.89 0.06
HSL 54.37º 0.87% 0.52% -
HSV(B) 54.37º 0.89% 0.94% -
XYZ 61.11 69.09 11.09 -
YUV 202.98 28.13 153.69 -
System Red Green Blue C M Y K H S L
Decimal 239 219 26 0 0.08 0.89 0.06 54.37 0.87 0.52
Hex EF DB 1A 0 8 59 6 36 57 34
Octal 357 333 32 0 10 131 6 66 127 64
Binary 11101111 11011011 11010 0 1000 1011001 110 110110 1010111 110100

Color Harmonies of #EFDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB1A

Black with #EFDB1A

Text Example


Text Example

White with #EFDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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