Html Css Color HEX #EDD254 Portica

📋 copy color: '#EDD254'

red 237 ◦ green 210 ◦ blue 84

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

Shades of Portica #EDD254

Tints of Portica #EDD254

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

 BLUE value IS 84 (33.2% from 255) = 15.82%

R = 44.63%
G = 39.55%
B = 15.82%

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

#EDD254 (or 0xEDD254) is known color: Portica. HEX triplet: ED, D2 and 54. RGB value is (237,210,84). Sum of RGB (Red+Green+Blue) = 237+210+84=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD254 is #122DAB. Grayscale: #CCCCCC. Windows color (decimal): -1191340 or 5559021. OLE color: 5559021.

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

Color convert

RGB 237 210 84 -
CMYK 0 0.11 0.65 0.07
HSL 49.41º 0.81% 0.63% -
HSV(B) 49.41º 0.65% 0.93% -
XYZ 59.57 64.74 17.74 -
YUV 203.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 237 210 84 0 0.11 0.65 0.07 49.41 0.81 0.63
Hex ED D2 54 0 B 41 7 31 51 3F
Octal 355 322 124 0 13 101 7 61 121 77
Binary 11101101 11010010 1010100 0 1011 1000001 111 110001 1010001 111111

Color Harmonies of #EDD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD254

Black with #EDD254

Text Example


Text Example

White with #EDD254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD254; }

 p { color: rgb(237,210,84); }

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

background-color css

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

 a { background-color: rgb(237,210,84); }

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

border-color css

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

 span { border-color: rgb(237,210,84); }

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