Html Css Color HEX #EED85C Portica

📋 copy color: '#EED85C'

red 238 ◦ green 216 ◦ blue 92

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

Shades of Portica #EED85C

Tints of Portica #EED85C

RGB

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

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

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

R = 43.59%
G = 39.56%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED85C (or 0xEED85C) is known color: Portica. HEX triplet: EE, D8 and 5C. RGB value is (238,216,92). Sum of RGB (Red+Green+Blue) = 238+216+92=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED85C is #1127A3. Grayscale: #D0D0D0. Windows color (decimal): -1124260 or 6084846. OLE color: 6084846.

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

Color convert

RGB 238 216 92 -
CMYK 0 0.09 0.61 0.07
HSL 50.96º 0.81% 0.65% -
HSV(B) 50.96º 0.61% 0.93% -
XYZ 61.75 68.06 20.01 -
YUV 208.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 238 216 92 0 0.09 0.61 0.07 50.96 0.81 0.65
Hex EE D8 5C 0 9 3D 7 33 51 41
Octal 356 330 134 0 11 75 7 63 121 101
Binary 11101110 11011000 1011100 0 1001 111101 111 110011 1010001 1000001

Color Harmonies of #EED85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED85C

Black with #EED85C

Text Example


Text Example

White with #EED85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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