Html Css Color HEX #EDD94C Portica

📋 copy color: '#EDD94C'

red 237 ◦ green 217 ◦ blue 76

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

Shades of Portica #EDD94C

Tints of Portica #EDD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 76 (30.08% from 255) = 14.34%

R = 44.72%
G = 40.94%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD94C (or 0xEDD94C) is known color: Portica. HEX triplet: ED, D9 and 4C. RGB value is (237,217,76). Sum of RGB (Red+Green+Blue) = 237+217+76=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD94C is #1226B3. Grayscale: #CFCFCF. Windows color (decimal): -1189556 or 5036525. OLE color: 5036525.

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

Color convert

RGB 237 217 76 -
CMYK 0 0.08 0.68 0.07
HSL 52.55º 0.82% 0.61% -
HSV(B) 52.55º 0.68% 0.93% -
XYZ 61.04 68.15 16.77 -
YUV 206.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 237 217 76 0 0.08 0.68 0.07 52.55 0.82 0.61
Hex ED D9 4C 0 8 44 7 35 52 3D
Octal 355 331 114 0 10 104 7 65 122 75
Binary 11101101 11011001 1001100 0 1000 1000100 111 110101 1010010 111101

Color Harmonies of #EDD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD94C

Black with #EDD94C

Text Example


Text Example

White with #EDD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD94C; }

 p { color: rgb(237,217,76); }

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

background-color css

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

 a { background-color: rgb(237,217,76); }

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

border-color css

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

 span { border-color: rgb(237,217,76); }

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