Html Css Color HEX #EED35A Portica

📋 copy color: '#EED35A'

red 238 ◦ green 211 ◦ blue 90

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

Shades of Portica #EED35A

Tints of Portica #EED35A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

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

R = 44.16%
G = 39.15%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EED35A (or 0xEED35A) is known color: Portica. HEX triplet: EE, D3 and 5A. RGB value is (238,211,90). Sum of RGB (Red+Green+Blue) = 238+211+90=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED35A is #112CA5. Grayscale: #CDCDCD. Windows color (decimal): -1125542 or 5952494. OLE color: 5952494.

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

Color convert

RGB 238 211 90 -
CMYK 0 0.11 0.62 0.07
HSL 49.05º 0.81% 0.64% -
HSV(B) 49.05º 0.62% 0.93% -
XYZ 60.4 65.5 19.13 -
YUV 205.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 238 211 90 0 0.11 0.62 0.07 49.05 0.81 0.64
Hex EE D3 5A 0 B 3E 7 31 51 40
Octal 356 323 132 0 13 76 7 61 121 100
Binary 11101110 11010011 1011010 0 1011 111110 111 110001 1010001 1000000

Color Harmonies of #EED35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED35A

Black with #EED35A

Text Example


Text Example

White with #EED35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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