Html Css Color HEX #EED853 Portica

📋 copy color: '#EED853'

red 238 ◦ green 216 ◦ blue 83

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

Shades of Portica #EED853

Tints of Portica #EED853

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.22%

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

R = 44.32%
G = 40.22%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EED853 (or 0xEED853) is known color: Portica. HEX triplet: EE, D8 and 53. RGB value is (238,216,83). Sum of RGB (Red+Green+Blue) = 238+216+83=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED853 is #1127AC. Grayscale: #CFCFCF. Windows color (decimal): -1124269 or 5495022. OLE color: 5495022.

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

Color convert

RGB 238 216 83 -
CMYK 0 0.09 0.65 0.07
HSL 51.48º 0.82% 0.63% -
HSV(B) 51.48º 0.65% 0.93% -
XYZ 61.38 67.91 18.06 -
YUV 207.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 238 216 83 0 0.09 0.65 0.07 51.48 0.82 0.63
Hex EE D8 53 0 9 41 7 33 52 3F
Octal 356 330 123 0 11 101 7 63 122 77
Binary 11101110 11011000 1010011 0 1001 1000001 111 110011 1010010 111111

Color Harmonies of #EED853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED853

Black with #EED853

Text Example


Text Example

White with #EED853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED853; }

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

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

background-color css

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

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

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

border-color css

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

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

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