Html Css Color HEX #EED425 Broom

📋 copy color: '#EED425'

red 238 ◦ green 212 ◦ blue 37

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

Shades of Broom #EED425

Tints of Broom #EED425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

 BLUE value IS 37 (14.84% from 255) = 7.6%

R = 48.87%
G = 43.53%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EED425 (or 0xEED425) is known color: Broom. HEX triplet: EE, D4 and 25. RGB value is (238,212,37). Sum of RGB (Red+Green+Blue) = 238+212+37=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EED425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED425 is #112BDA. Grayscale: #C8C8C8. Windows color (decimal): -1125339 or 2479342. OLE color: 2479342.

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

Color convert

RGB 238 212 37 -
CMYK 0 0.11 0.84 0.07
HSL 52.24º 0.86% 0.54% -
HSV(B) 52.24º 0.84% 0.93% -
XYZ 59.14 65.4 11.26 -
YUV 199.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 238 212 37 0 0.11 0.84 0.07 52.24 0.86 0.54
Hex EE D4 25 0 B 54 7 34 56 36
Octal 356 324 45 0 13 124 7 64 126 66
Binary 11101110 11010100 100101 0 1011 1010100 111 110100 1010110 110110

Color Harmonies of #EED425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED425

Black with #EED425

Text Example


Text Example

White with #EED425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED425; }

 p { color: rgb(238,212,37); }

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

background-color css

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

 a { background-color: rgb(238,212,37); }

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

border-color css

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

 span { border-color: rgb(238,212,37); }

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