Html Css Color HEX #EFDD1E Broom

📋 copy color: '#EFDD1E'

red 239 ◦ green 221 ◦ blue 30

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

Shades of Broom #EFDD1E

Tints of Broom #EFDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.12%

R = 48.78%
G = 45.1%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFDD1E (or 0xEFDD1E) is known color: Broom. HEX triplet: EF, DD and 1E. RGB value is (239,221,30). Sum of RGB (Red+Green+Blue) = 239+221+30=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD1E is #1022E1. Grayscale: #CDCDCD. Windows color (decimal): -1057506 or 2022895. OLE color: 2022895.

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

Color convert

RGB 239 221 30 -
CMYK 0 0.08 0.87 0.06
HSL 54.83º 0.87% 0.53% -
HSV(B) 54.83º 0.87% 0.94% -
XYZ 61.69 70.16 11.52 -
YUV 204.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 239 221 30 0 0.08 0.87 0.06 54.83 0.87 0.53
Hex EF DD 1E 0 8 57 6 37 57 35
Octal 357 335 36 0 10 127 6 67 127 65
Binary 11101111 11011101 11110 0 1000 1010111 110 110111 1010111 110101

Color Harmonies of #EFDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD1E

Black with #EFDD1E

Text Example


Text Example

White with #EFDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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