Html Css Color HEX #EED55C Portica

📋 copy color: '#EED55C'

red 238 ◦ green 213 ◦ blue 92

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

Shades of Portica #EED55C

Tints of Portica #EED55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.23%

 BLUE value IS 92 (36.33% from 255) = 16.94%

R = 43.83%
G = 39.23%
B = 16.94%

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

#EED55C (or 0xEED55C) is known color: Portica. HEX triplet: EE, D5 and 5C. RGB value is (238,213,92). Sum of RGB (Red+Green+Blue) = 238+213+92=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED55C is #112AA3. Grayscale: #CFCFCF. Windows color (decimal): -1125028 or 6084078. OLE color: 6084078.

HSL color Cylindrical-coordinate representation of color #EED55C: hue angle of 49.73º 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 #EED55C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 92 -
CMYK 0 0.11 0.61 0.07
HSL 49.73º 0.81% 0.65% -
HSV(B) 49.73º 0.61% 0.93% -
XYZ 60.99 66.54 19.75 -
YUV 206.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 238 213 92 0 0.11 0.61 0.07 49.73 0.81 0.65
Hex EE D5 5C 0 B 3D 7 32 51 41
Octal 356 325 134 0 13 75 7 62 121 101
Binary 11101110 11010101 1011100 0 1011 111101 111 110010 1010001 1000001

Color Harmonies of #EED55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED55C

Black with #EED55C

Text Example


Text Example

White with #EED55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED55C; }

 p { color: rgb(238,213,92); }

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

background-color css

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

 a { background-color: rgb(238,213,92); }

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

border-color css

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

 span { border-color: rgb(238,213,92); }

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