Html Css Color HEX #EED45F Portica

📋 copy color: '#EED45F'

red 238 ◦ green 212 ◦ blue 95

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

Shades of Portica #EED45F

Tints of Portica #EED45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 43.67%
G = 38.9%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EED45F (or 0xEED45F) is known color: Portica. HEX triplet: EE, D4 and 5F. RGB value is (238,212,95). Sum of RGB (Red+Green+Blue) = 238+212+95=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED45F is #112BA0. Grayscale: #CECECE. Windows color (decimal): -1125281 or 6280430. OLE color: 6280430.

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

Color convert

RGB 238 212 95 -
CMYK 0 0.11 0.60 0.07
HSL 49.09º 0.81% 0.65% -
HSV(B) 49.09º 0.6% 0.93% -
XYZ 60.87 66.09 20.38 -
YUV 206.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 238 212 95 0 0.11 0.60 0.07 49.09 0.81 0.65
Hex EE D4 5F 0 B 3C 7 31 51 41
Octal 356 324 137 0 13 74 7 61 121 101
Binary 11101110 11010100 1011111 0 1011 111100 111 110001 1010001 1000001

Color Harmonies of #EED45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED45F

Black with #EED45F

Text Example


Text Example

White with #EED45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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