Html Css Color HEX #EDDD61 Portica

📋 copy color: '#EDDD61'

red 237 ◦ green 221 ◦ blue 97

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

Shades of Portica #EDDD61

Tints of Portica #EDDD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.48%

R = 42.7%
G = 39.82%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDD61 (or 0xEDDD61) is known color: Portica. HEX triplet: ED, DD and 61. RGB value is (237,221,97). Sum of RGB (Red+Green+Blue) = 237+221+97=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 97 (38.28% from 255 or 17.48% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD61 is #12229E. Grayscale: #D4D4D4. Windows color (decimal): -1188511 or 6413805. OLE color: 6413805.

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

Color convert

RGB 237 221 97 -
CMYK 0 0.07 0.59 0.07
HSL 53.14º 0.8% 0.65% -
HSV(B) 53.14º 0.59% 0.93% -
XYZ 62.94 70.58 21.62 -
YUV 211.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 237 221 97 0 0.07 0.59 0.07 53.14 0.8 0.65
Hex ED DD 61 0 7 3B 7 35 50 41
Octal 355 335 141 0 7 73 7 65 120 101
Binary 11101101 11011101 1100001 0 111 111011 111 110101 1010000 1000001

Color Harmonies of #EDDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD61

Black with #EDDD61

Text Example


Text Example

White with #EDDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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