Html Css Color HEX #EED75A Portica

📋 copy color: '#EED75A'

red 238 ◦ green 215 ◦ blue 90

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

Shades of Portica #EED75A

Tints of Portica #EED75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.57%

R = 43.83%
G = 39.59%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EED75A (or 0xEED75A) is known color: Portica. HEX triplet: EE, D7 and 5A. RGB value is (238,215,90). Sum of RGB (Red+Green+Blue) = 238+215+90=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED75A is #1128A5. Grayscale: #D0D0D0. Windows color (decimal): -1124518 or 5953518. OLE color: 5953518.

HSL color Cylindrical-coordinate representation of color #EED75A: hue angle of 50.68º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED75A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 90 -
CMYK 0 0.10 0.62 0.07
HSL 50.68º 0.81% 0.64% -
HSV(B) 50.68º 0.62% 0.93% -
XYZ 61.41 67.52 19.47 -
YUV 207.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 238 215 90 0 0.10 0.62 0.07 50.68 0.81 0.64
Hex EE D7 5A 0 A 3E 7 33 51 40
Octal 356 327 132 0 12 76 7 63 121 100
Binary 11101110 11010111 1011010 0 1010 111110 111 110011 1010001 1000000

Color Harmonies of #EED75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED75A

Black with #EED75A

Text Example


Text Example

White with #EED75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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