Html Css Color HEX #EDDB61 Portica

📋 copy color: '#EDDB61'

red 237 ◦ green 219 ◦ blue 97

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

Shades of Portica #EDDB61

Tints of Portica #EDDB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

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

R = 42.86%
G = 39.6%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDB61 (or 0xEDDB61) is known color: Portica. HEX triplet: ED, DB and 61. RGB value is (237,219,97). Sum of RGB (Red+Green+Blue) = 237+219+97=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB61 is #12249E. Grayscale: #D2D2D2. Windows color (decimal): -1189023 or 6413293. OLE color: 6413293.

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

Color convert

RGB 237 219 97 -
CMYK 0 0.08 0.59 0.07
HSL 52.29º 0.8% 0.65% -
HSV(B) 52.29º 0.59% 0.93% -
XYZ 62.41 69.53 21.44 -
YUV 210.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 237 219 97 0 0.08 0.59 0.07 52.29 0.8 0.65
Hex ED DB 61 0 8 3B 7 34 50 41
Octal 355 333 141 0 10 73 7 64 120 101
Binary 11101101 11011011 1100001 0 1000 111011 111 110100 1010000 1000001

Color Harmonies of #EDDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB61

Black with #EDDB61

Text Example


Text Example

White with #EDDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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