Html Css Color HEX #EED41A Broom

📋 copy color: '#EED41A'

red 238 ◦ green 212 ◦ blue 26

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

Shades of Broom #EED41A

Tints of Broom #EED41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.46%

R = 50%
G = 44.54%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED41A (or 0xEED41A) is known color: Broom. HEX triplet: EE, D4 and 1A. RGB value is (238,212,26). Sum of RGB (Red+Green+Blue) = 238+212+26=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EED41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED41A is #112BE5. Grayscale: #C7C7C7. Windows color (decimal): -1125350 or 1758446. OLE color: 1758446.

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

Color convert

RGB 238 212 26 -
CMYK 0 0.11 0.89 0.07
HSL 52.64º 0.86% 0.52% -
HSV(B) 52.64º 0.89% 0.93% -
XYZ 58.99 65.34 10.48 -
YUV 198.57 30.61 156.12 -
System Red Green Blue C M Y K H S L
Decimal 238 212 26 0 0.11 0.89 0.07 52.64 0.86 0.52
Hex EE D4 1A 0 B 59 7 35 56 34
Octal 356 324 32 0 13 131 7 65 126 64
Binary 11101110 11010100 11010 0 1011 1011001 111 110101 1010110 110100

Color Harmonies of #EED41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED41A

Black with #EED41A

Text Example


Text Example

White with #EED41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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