Html Css Color HEX #EED61B Broom

📋 copy color: '#EED61B'

red 238 ◦ green 214 ◦ blue 27

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

Shades of Broom #EED61B

Tints of Broom #EED61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.64%

R = 49.69%
G = 44.68%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED61B (or 0xEED61B) is known color: Broom. HEX triplet: EE, D6 and 1B. RGB value is (238,214,27). Sum of RGB (Red+Green+Blue) = 238+214+27=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EED61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED61B is #1129E4. Grayscale: #C8C8C8. Windows color (decimal): -1124837 or 1824494. OLE color: 1824494.

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

Color convert

RGB 238 214 27 -
CMYK 0 0.10 0.89 0.07
HSL 53.18º 0.86% 0.52% -
HSV(B) 53.18º 0.89% 0.93% -
XYZ 59.5 66.35 10.71 -
YUV 199.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 238 214 27 0 0.10 0.89 0.07 53.18 0.86 0.52
Hex EE D6 1B 0 A 59 7 35 56 34
Octal 356 326 33 0 12 131 7 65 126 64
Binary 11101110 11010110 11011 0 1010 1011001 111 110101 1010110 110100

Color Harmonies of #EED61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED61B

Black with #EED61B

Text Example


Text Example

White with #EED61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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