Html Css Color HEX #EED35B Portica

📋 copy color: '#EED35B'

red 238 ◦ green 211 ◦ blue 91

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

Shades of Portica #EED35B

Tints of Portica #EED35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.85%

R = 44.07%
G = 39.07%
B = 16.85%

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

#EED35B (or 0xEED35B) is known color: Portica. HEX triplet: EE, D3 and 5B. RGB value is (238,211,91). Sum of RGB (Red+Green+Blue) = 238+211+91=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EED35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED35B is #112CA4. Grayscale: #CDCDCD. Windows color (decimal): -1125541 or 6018030. OLE color: 6018030.

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

Color convert

RGB 238 211 91 -
CMYK 0 0.11 0.62 0.07
HSL 48.98º 0.81% 0.65% -
HSV(B) 48.98º 0.62% 0.93% -
XYZ 60.44 65.52 19.36 -
YUV 205.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 238 211 91 0 0.11 0.62 0.07 48.98 0.81 0.65
Hex EE D3 5B 0 B 3E 7 31 51 41
Octal 356 323 133 0 13 76 7 61 121 101
Binary 11101110 11010011 1011011 0 1011 111110 111 110001 1010001 1000001

Color Harmonies of #EED35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED35B

Black with #EED35B

Text Example


Text Example

White with #EED35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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