Html Css Color HEX #EDD453 Portica

📋 copy color: '#EDD453'

red 237 ◦ green 212 ◦ blue 83

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

Shades of Portica #EDD453

Tints of Portica #EDD453

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 83 (32.81% from 255) = 15.6%

R = 44.55%
G = 39.85%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDD453 (or 0xEDD453) is known color: Portica. HEX triplet: ED, D4 and 53. RGB value is (237,212,83). Sum of RGB (Red+Green+Blue) = 237+212+83=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD453 is #122BAC. Grayscale: #CDCDCD. Windows color (decimal): -1190829 or 5493997. OLE color: 5493997.

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

Color convert

RGB 237 212 83 -
CMYK 0 0.11 0.65 0.07
HSL 50.26º 0.81% 0.63% -
HSV(B) 50.26º 0.65% 0.93% -
XYZ 60.03 65.72 17.7 -
YUV 204.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 237 212 83 0 0.11 0.65 0.07 50.26 0.81 0.63
Hex ED D4 53 0 B 41 7 32 51 3F
Octal 355 324 123 0 13 101 7 62 121 77
Binary 11101101 11010100 1010011 0 1011 1000001 111 110010 1010001 111111

Color Harmonies of #EDD453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD453

Black with #EDD453

Text Example


Text Example

White with #EDD453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD453; }

 p { color: rgb(237,212,83); }

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

background-color css

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

 a { background-color: rgb(237,212,83); }

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

border-color css

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

 span { border-color: rgb(237,212,83); }

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