Html Css Color HEX #EFDB18 Broom

📋 copy color: '#EFDB18'

red 239 ◦ green 219 ◦ blue 24

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

Shades of Broom #EFDB18

Tints of Broom #EFDB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.98%

R = 49.59%
G = 45.44%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFDB18 (or 0xEFDB18) is known color: Broom. HEX triplet: EF, DB and 18. RGB value is (239,219,24). Sum of RGB (Red+Green+Blue) = 239+219+24=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB18 is #1024E7. Grayscale: #CBCBCB. Windows color (decimal): -1058024 or 1629167. OLE color: 1629167.

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

Color convert

RGB 239 219 24 -
CMYK 0 0.08 0.90 0.06
HSL 54.42º 0.87% 0.52% -
HSV(B) 54.42º 0.9% 0.94% -
XYZ 61.09 69.08 10.98 -
YUV 202.75 27.13 153.86 -
System Red Green Blue C M Y K H S L
Decimal 239 219 24 0 0.08 0.90 0.06 54.42 0.87 0.52
Hex EF DB 18 0 8 5A 6 36 57 34
Octal 357 333 30 0 10 132 6 66 127 64
Binary 11101111 11011011 11000 0 1000 1011010 110 110110 1010111 110100

Color Harmonies of #EFDB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB18

Black with #EFDB18

Text Example


Text Example

White with #EFDB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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