Html Css Color HEX #EED25B Portica

📋 copy color: '#EED25B'

red 238 ◦ green 210 ◦ blue 91

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

Shades of Portica #EED25B

Tints of Portica #EED25B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

 BLUE value IS 91 (35.94% from 255) = 16.88%

R = 44.16%
G = 38.96%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EED25B (or 0xEED25B) is known color: Portica. HEX triplet: EE, D2 and 5B. RGB value is (238,210,91). Sum of RGB (Red+Green+Blue) = 238+210+91=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED25B is #112DA4. Grayscale: #CDCDCD. Windows color (decimal): -1125797 or 6017774. OLE color: 6017774.

HSL color Cylindrical-coordinate representation of color #EED25B: hue angle of 48.57º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED25B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 91 -
CMYK 0 0.12 0.62 0.07
HSL 48.57º 0.81% 0.65% -
HSV(B) 48.57º 0.62% 0.93% -
XYZ 60.19 65.03 19.28 -
YUV 204.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 238 210 91 0 0.12 0.62 0.07 48.57 0.81 0.65
Hex EE D2 5B 0 C 3E 7 31 51 41
Octal 356 322 133 0 14 76 7 61 121 101
Binary 11101110 11010010 1011011 0 1100 111110 111 110001 1010001 1000001

Color Harmonies of #EED25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED25B

Black with #EED25B

Text Example


Text Example

White with #EED25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED25B; }

 p { color: rgb(238,210,91); }

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

background-color css

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

 a { background-color: rgb(238,210,91); }

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

border-color css

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

 span { border-color: rgb(238,210,91); }

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