Html Css Color HEX #EDDB63 Portica

📋 copy color: '#EDDB63'

red 237 ◦ green 219 ◦ blue 99

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

Shades of Portica #EDDB63

Tints of Portica #EDDB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.84%

R = 42.7%
G = 39.46%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDDB63 (or 0xEDDB63) is known color: Portica. HEX triplet: ED, DB and 63. RGB value is (237,219,99). Sum of RGB (Red+Green+Blue) = 237+219+99=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB63 is #12249C. Grayscale: #D3D3D3. Windows color (decimal): -1189021 or 6544365. OLE color: 6544365.

HSL color Cylindrical-coordinate representation of color #EDDB63: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDB63 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 99 -
CMYK 0 0.08 0.58 0.07
HSL 52.17º 0.79% 0.66% -
HSV(B) 52.17º 0.58% 0.93% -
XYZ 62.51 69.57 21.94 -
YUV 210.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 237 219 99 0 0.08 0.58 0.07 52.17 0.79 0.66
Hex ED DB 63 0 8 3A 7 34 4F 42
Octal 355 333 143 0 10 72 7 64 117 102
Binary 11101101 11011011 1100011 0 1000 111010 111 110100 1001111 1000010

Color Harmonies of #EDDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB63

Black with #EDDB63

Text Example


Text Example

White with #EDDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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