Html Css Color HEX #EED453 Portica

📋 copy color: '#EED453'

red 238 ◦ green 212 ◦ blue 83

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

Shades of Portica #EED453

Tints of Portica #EED453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.57%

R = 44.65%
G = 39.77%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EED453 (or 0xEED453) is known color: Portica. HEX triplet: EE, D4 and 53. RGB value is (238,212,83). Sum of RGB (Red+Green+Blue) = 238+212+83=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EED453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED453 is #112BAC. Grayscale: #CDCDCD. Windows color (decimal): -1125293 or 5493998. OLE color: 5493998.

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

Color convert

RGB 238 212 83 -
CMYK 0 0.11 0.65 0.07
HSL 49.94º 0.82% 0.63% -
HSV(B) 49.94º 0.65% 0.93% -
XYZ 60.36 65.89 17.72 -
YUV 205.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 238 212 83 0 0.11 0.65 0.07 49.94 0.82 0.63
Hex EE D4 53 0 B 41 7 32 52 3F
Octal 356 324 123 0 13 101 7 62 122 77
Binary 11101110 11010100 1010011 0 1011 1000001 111 110010 1010010 111111

Color Harmonies of #EED453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED453

Black with #EED453

Text Example


Text Example

White with #EED453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED453; }

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

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

background-color css

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

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

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

border-color css

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

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

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