Html Css Color HEX #EDDD5E Portica

📋 copy color: '#EDDD5E'

red 237 ◦ green 221 ◦ blue 94

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

Shades of Portica #EDDD5E

Tints of Portica #EDDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 42.93%
G = 40.04%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDDD5E (or 0xEDDD5E) is known color: Portica. HEX triplet: ED, DD and 5E. RGB value is (237,221,94). Sum of RGB (Red+Green+Blue) = 237+221+94=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD5E is #1222A1. Grayscale: #D3D3D3. Windows color (decimal): -1188514 or 6217197. OLE color: 6217197.

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

Color convert

RGB 237 221 94 -
CMYK 0 0.07 0.60 0.07
HSL 53.29º 0.8% 0.65% -
HSV(B) 53.29º 0.6% 0.93% -
XYZ 62.8 70.53 20.89 -
YUV 211.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 237 221 94 0 0.07 0.60 0.07 53.29 0.8 0.65
Hex ED DD 5E 0 7 3C 7 35 50 41
Octal 355 335 136 0 7 74 7 65 120 101
Binary 11101101 11011101 1011110 0 111 111100 111 110101 1010000 1000001

Color Harmonies of #EDDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD5E

Black with #EDDD5E

Text Example


Text Example

White with #EDDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD5E; }

 p { color: rgb(237,221,94); }

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

background-color css

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

 a { background-color: rgb(237,221,94); }

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

border-color css

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

 span { border-color: rgb(237,221,94); }

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