Html Css Color HEX #EED75E Portica

📋 copy color: '#EED75E'

red 238 ◦ green 215 ◦ blue 94

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

Shades of Portica #EED75E

Tints of Portica #EED75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 94 (37.11% from 255) = 17.18%

R = 43.51%
G = 39.31%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED75E (or 0xEED75E) is known color: Portica. HEX triplet: EE, D7 and 5E. RGB value is (238,215,94). Sum of RGB (Red+Green+Blue) = 238+215+94=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EED75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED75E is #1128A1. Grayscale: #D0D0D0. Windows color (decimal): -1124514 or 6215662. OLE color: 6215662.

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

Color convert

RGB 238 215 94 -
CMYK 0 0.10 0.61 0.07
HSL 50.42º 0.81% 0.65% -
HSV(B) 50.42º 0.61% 0.93% -
XYZ 61.58 67.59 20.39 -
YUV 208.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 238 215 94 0 0.10 0.61 0.07 50.42 0.81 0.65
Hex EE D7 5E 0 A 3D 7 32 51 41
Octal 356 327 136 0 12 75 7 62 121 101
Binary 11101110 11010111 1011110 0 1010 111101 111 110010 1010001 1000001

Color Harmonies of #EED75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED75E

Black with #EED75E

Text Example


Text Example

White with #EED75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED75E; }

 p { color: rgb(238,215,94); }

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

background-color css

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

 a { background-color: rgb(238,215,94); }

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

border-color css

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

 span { border-color: rgb(238,215,94); }

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