Html Css Color HEX #EDD25F Portica

📋 copy color: '#EDD25F'

red 237 ◦ green 210 ◦ blue 95

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

Shades of Portica #EDD25F

Tints of Portica #EDD25F

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

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

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

R = 43.73%
G = 38.75%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD25F (or 0xEDD25F) is known color: Portica. HEX triplet: ED, D2 and 5F. RGB value is (237,210,95). Sum of RGB (Red+Green+Blue) = 237+210+95=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25F is #122DA0. Grayscale: #CDCDCD. Windows color (decimal): -1191329 or 6279917. OLE color: 6279917.

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

Color convert

RGB 237 210 95 -
CMYK 0 0.11 0.60 0.07
HSL 48.59º 0.8% 0.65% -
HSV(B) 48.59º 0.6% 0.93% -
XYZ 60.04 64.92 20.19 -
YUV 204.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 237 210 95 0 0.11 0.60 0.07 48.59 0.8 0.65
Hex ED D2 5F 0 B 3C 7 31 50 41
Octal 355 322 137 0 13 74 7 61 120 101
Binary 11101101 11010010 1011111 0 1011 111100 111 110001 1010000 1000001

Color Harmonies of #EDD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD25F

Black with #EDD25F

Text Example


Text Example

White with #EDD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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