Html Css Color HEX #EED457 Portica

📋 copy color: '#EED457'

red 238 ◦ green 212 ◦ blue 87

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

Shades of Portica #EED457

Tints of Portica #EED457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.2%

R = 44.32%
G = 39.48%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED457 (or 0xEED457) is known color: Portica. HEX triplet: EE, D4 and 57. RGB value is (238,212,87). Sum of RGB (Red+Green+Blue) = 238+212+87=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED457 is #112BA8. Grayscale: #CECECE. Windows color (decimal): -1125289 or 5756142. OLE color: 5756142.

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

Color convert

RGB 238 212 87 -
CMYK 0 0.11 0.63 0.07
HSL 49.67º 0.82% 0.64% -
HSV(B) 49.67º 0.63% 0.93% -
XYZ 60.52 65.95 18.56 -
YUV 205.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 238 212 87 0 0.11 0.63 0.07 49.67 0.82 0.64
Hex EE D4 57 0 B 3F 7 32 52 40
Octal 356 324 127 0 13 77 7 62 122 100
Binary 11101110 11010100 1010111 0 1011 111111 111 110010 1010010 1000000

Color Harmonies of #EED457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED457

Black with #EED457

Text Example


Text Example

White with #EED457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED457; }

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

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

background-color css

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

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

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

border-color css

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

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

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