Html Css Color HEX #EED25F Portica

📋 copy color: '#EED25F'

red 238 ◦ green 210 ◦ blue 95

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

Shades of Portica #EED25F

Tints of Portica #EED25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.5%

R = 43.83%
G = 38.67%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EED25F (or 0xEED25F) is known color: Portica. HEX triplet: EE, D2 and 5F. RGB value is (238,210,95). Sum of RGB (Red+Green+Blue) = 238+210+95=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED25F is #112DA0. Grayscale: #CDCDCD. Windows color (decimal): -1125793 or 6279918. OLE color: 6279918.

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

Color convert

RGB 238 210 95 -
CMYK 0 0.12 0.60 0.07
HSL 48.25º 0.81% 0.65% -
HSV(B) 48.25º 0.6% 0.93% -
XYZ 60.37 65.1 20.21 -
YUV 205.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 238 210 95 0 0.12 0.60 0.07 48.25 0.81 0.65
Hex EE D2 5F 0 C 3C 7 30 51 41
Octal 356 322 137 0 14 74 7 60 121 101
Binary 11101110 11010010 1011111 0 1100 111100 111 110000 1010001 1000001

Color Harmonies of #EED25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED25F

Black with #EED25F

Text Example


Text Example

White with #EED25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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