Html Css Color HEX #EDD05C Portica

📋 copy color: '#EDD05C'

red 237 ◦ green 208 ◦ blue 92

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

Shades of Portica #EDD05C

Tints of Portica #EDD05C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 44.13%
G = 38.73%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD05C (or 0xEDD05C) is known color: Portica. HEX triplet: ED, D0 and 5C. RGB value is (237,208,92). Sum of RGB (Red+Green+Blue) = 237+208+92=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD05C is #122FA3. Grayscale: #CBCBCB. Windows color (decimal): -1191844 or 6082797. OLE color: 6082797.

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

Color convert

RGB 237 208 92 -
CMYK 0 0.12 0.61 0.07
HSL 48º 0.8% 0.65% -
HSV(B) 48º 0.61% 0.93% -
XYZ 59.41 63.89 19.33 -
YUV 203.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 237 208 92 0 0.12 0.61 0.07 48 0.8 0.65
Hex ED D0 5C 0 C 3D 7 30 50 41
Octal 355 320 134 0 14 75 7 60 120 101
Binary 11101101 11010000 1011100 0 1100 111101 111 110000 1010000 1000001

Color Harmonies of #EDD05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD05C

Black with #EDD05C

Text Example


Text Example

White with #EDD05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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