Html Css Color HEX #EDD45C Portica

📋 copy color: '#EDD45C'

red 237 ◦ green 212 ◦ blue 92

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

Shades of Portica #EDD45C

Tints of Portica #EDD45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.01%

R = 43.81%
G = 39.19%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD45C (or 0xEDD45C) is known color: Portica. HEX triplet: ED, D4 and 5C. RGB value is (237,212,92). Sum of RGB (Red+Green+Blue) = 237+212+92=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD45C is #122BA3. Grayscale: #CECECE. Windows color (decimal): -1190820 or 6083821. OLE color: 6083821.

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

Color convert

RGB 237 212 92 -
CMYK 0 0.11 0.61 0.07
HSL 49.66º 0.8% 0.65% -
HSV(B) 49.66º 0.61% 0.93% -
XYZ 60.4 65.86 19.65 -
YUV 205.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 237 212 92 0 0.11 0.61 0.07 49.66 0.8 0.65
Hex ED D4 5C 0 B 3D 7 32 50 41
Octal 355 324 134 0 13 75 7 62 120 101
Binary 11101101 11010100 1011100 0 1011 111101 111 110010 1010000 1000001

Color Harmonies of #EDD45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD45C

Black with #EDD45C

Text Example


Text Example

White with #EDD45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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