Html Css Color HEX #EDDB52 Portica

📋 copy color: '#EDDB52'

red 237 ◦ green 219 ◦ blue 82

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

Shades of Portica #EDDB52

Tints of Portica #EDDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 44.05%
G = 40.71%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDDB52 (or 0xEDDB52) is known color: Portica. HEX triplet: ED, DB and 52. RGB value is (237,219,82). Sum of RGB (Red+Green+Blue) = 237+219+82=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB52 is #1224AD. Grayscale: #D1D1D1. Windows color (decimal): -1189038 or 5430253. OLE color: 5430253.

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

Color convert

RGB 237 219 82 -
CMYK 0 0.08 0.65 0.07
HSL 53.03º 0.81% 0.63% -
HSV(B) 53.03º 0.65% 0.93% -
XYZ 61.78 69.28 18.1 -
YUV 208.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 237 219 82 0 0.08 0.65 0.07 53.03 0.81 0.63
Hex ED DB 52 0 8 41 7 35 51 3F
Octal 355 333 122 0 10 101 7 65 121 77
Binary 11101101 11011011 1010010 0 1000 1000001 111 110101 1010001 111111

Color Harmonies of #EDDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB52

Black with #EDDB52

Text Example


Text Example

White with #EDDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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