Html Css Color HEX #EED45D Portica

📋 copy color: '#EED45D'

red 238 ◦ green 212 ◦ blue 93

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

Shades of Portica #EED45D

Tints of Portica #EED45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.13%

R = 43.83%
G = 39.04%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED45D (or 0xEED45D) is known color: Portica. HEX triplet: EE, D4 and 5D. RGB value is (238,212,93). Sum of RGB (Red+Green+Blue) = 238+212+93=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED45D is #112BA2. Grayscale: #CECECE. Windows color (decimal): -1125283 or 6149358. OLE color: 6149358.

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

Color convert

RGB 238 212 93 -
CMYK 0 0.11 0.61 0.07
HSL 49.24º 0.81% 0.65% -
HSV(B) 49.24º 0.61% 0.93% -
XYZ 60.78 66.05 19.9 -
YUV 206.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 238 212 93 0 0.11 0.61 0.07 49.24 0.81 0.65
Hex EE D4 5D 0 B 3D 7 31 51 41
Octal 356 324 135 0 13 75 7 61 121 101
Binary 11101110 11010100 1011101 0 1011 111101 111 110001 1010001 1000001

Color Harmonies of #EED45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED45D

Black with #EED45D

Text Example


Text Example

White with #EED45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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