Html Css Color HEX #EED328 Broom

📋 copy color: '#EED328'

red 238 ◦ green 211 ◦ blue 40

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

Shades of Broom #EED328

Tints of Broom #EED328

RGB

 RED value IS 238 (93.36% from 255) = 48.67%

 GREEN value IS 211 (82.81% from 255) = 43.15%

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 48.67%
G = 43.15%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EED328 (or 0xEED328) is known color: Broom. HEX triplet: EE, D3 and 28. RGB value is (238,211,40). Sum of RGB (Red+Green+Blue) = 238+211+40=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EED328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED328 is #112CD7. Grayscale: #C8C8C8. Windows color (decimal): -1125592 or 2675694. OLE color: 2675694.

HSL color Cylindrical-coordinate representation of color #EED328: hue angle of 51.82º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED328 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 40 -
CMYK 0 0.11 0.83 0.07
HSL 51.82º 0.85% 0.55% -
HSV(B) 51.82º 0.83% 0.93% -
XYZ 58.94 64.92 11.43 -
YUV 199.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 238 211 40 0 0.11 0.83 0.07 51.82 0.85 0.55
Hex EE D3 28 0 B 53 7 34 55 37
Octal 356 323 50 0 13 123 7 64 125 67
Binary 11101110 11010011 101000 0 1011 1010011 111 110100 1010101 110111

Color Harmonies of #EED328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED328

Black with #EED328

Text Example


Text Example

White with #EED328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED328; }

 p { color: rgb(238,211,40); }

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

background-color css

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

 a { background-color: rgb(238,211,40); }

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

border-color css

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

 span { border-color: rgb(238,211,40); }

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