Html Css Color HEX #EED629 Broom

📋 copy color: '#EED629'

red 238 ◦ green 214 ◦ blue 41

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

Shades of Broom #EED629

Tints of Broom #EED629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 41 (16.41% from 255) = 8.32%

R = 48.28%
G = 43.41%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EED629 (or 0xEED629) is known color: Broom. HEX triplet: EE, D6 and 29. RGB value is (238,214,41). Sum of RGB (Red+Green+Blue) = 238+214+41=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED629 is #1129D6. Grayscale: #CACACA. Windows color (decimal): -1124823 or 2741998. OLE color: 2741998.

HSL color Cylindrical-coordinate representation of color #EED629: hue angle of 52.69º 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 #EED629 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 41 -
CMYK 0 0.10 0.83 0.07
HSL 52.69º 0.85% 0.55% -
HSV(B) 52.69º 0.83% 0.93% -
XYZ 59.71 66.43 11.77 -
YUV 201.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 238 214 41 0 0.10 0.83 0.07 52.69 0.85 0.55
Hex EE D6 29 0 A 53 7 35 55 37
Octal 356 326 51 0 12 123 7 65 125 67
Binary 11101110 11010110 101001 0 1010 1010011 111 110101 1010101 110111

Color Harmonies of #EED629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED629

Black with #EED629

Text Example


Text Example

White with #EED629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED629; }

 p { color: rgb(238,214,41); }

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

background-color css

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

 a { background-color: rgb(238,214,41); }

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

border-color css

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

 span { border-color: rgb(238,214,41); }

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