Html Css Color HEX #EED25D Portica

📋 copy color: '#EED25D'

red 238 ◦ green 210 ◦ blue 93

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

Shades of Portica #EED25D

Tints of Portica #EED25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.82%

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 43.99%
G = 38.82%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EED25D (or 0xEED25D) is known color: Portica. HEX triplet: EE, D2 and 5D. RGB value is (238,210,93). Sum of RGB (Red+Green+Blue) = 238+210+93=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED25D is #112DA2. Grayscale: #CDCDCD. Windows color (decimal): -1125795 or 6148846. OLE color: 6148846.

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

Color convert

RGB 238 210 93 -
CMYK 0 0.12 0.61 0.07
HSL 48.41º 0.81% 0.65% -
HSV(B) 48.41º 0.61% 0.93% -
XYZ 60.28 65.06 19.74 -
YUV 205.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 238 210 93 0 0.12 0.61 0.07 48.41 0.81 0.65
Hex EE D2 5D 0 C 3D 7 30 51 41
Octal 356 322 135 0 14 75 7 60 121 101
Binary 11101110 11010010 1011101 0 1100 111101 111 110000 1010001 1000001

Color Harmonies of #EED25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED25D

Black with #EED25D

Text Example


Text Example

White with #EED25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED25D; }

 p { color: rgb(238,210,93); }

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

background-color css

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

 a { background-color: rgb(238,210,93); }

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

border-color css

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

 span { border-color: rgb(238,210,93); }

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