Html Css Color HEX #EDD84C Portica

📋 copy color: '#EDD84C'

red 237 ◦ green 216 ◦ blue 76

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

Shades of Portica #EDD84C

Tints of Portica #EDD84C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

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

R = 44.8%
G = 40.83%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD84C (or 0xEDD84C) is known color: Portica. HEX triplet: ED, D8 and 4C. RGB value is (237,216,76). Sum of RGB (Red+Green+Blue) = 237+216+76=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD84C is #1227B3. Grayscale: #CECECE. Windows color (decimal): -1189812 or 5036269. OLE color: 5036269.

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

Color convert

RGB 237 216 76 -
CMYK 0 0.09 0.68 0.07
HSL 52.17º 0.82% 0.61% -
HSV(B) 52.17º 0.68% 0.93% -
XYZ 60.79 67.64 16.69 -
YUV 206.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 237 216 76 0 0.09 0.68 0.07 52.17 0.82 0.61
Hex ED D8 4C 0 9 44 7 34 52 3D
Octal 355 330 114 0 11 104 7 64 122 75
Binary 11101101 11011000 1001100 0 1001 1000100 111 110100 1010010 111101

Color Harmonies of #EDD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD84C

Black with #EDD84C

Text Example


Text Example

White with #EDD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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