Html Css Color HEX #EDD151 Portica

📋 copy color: '#EDD151'

red 237 ◦ green 209 ◦ blue 81

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

Shades of Portica #EDD151

Tints of Portica #EDD151

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.66%

 BLUE value IS 81 (32.03% from 255) = 15.37%

R = 44.97%
G = 39.66%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD151 (or 0xEDD151) is known color: Portica. HEX triplet: ED, D1 and 51. RGB value is (237,209,81). Sum of RGB (Red+Green+Blue) = 237+209+81=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD151 is #122EAE. Grayscale: #CBCBCB. Windows color (decimal): -1191599 or 5362157. OLE color: 5362157.

HSL color Cylindrical-coordinate representation of color #EDD151: hue angle of 49.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDD151 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 81 -
CMYK 0 0.12 0.66 0.07
HSL 49.23º 0.81% 0.62% -
HSV(B) 49.23º 0.66% 0.93% -
XYZ 59.21 64.2 17.06 -
YUV 202.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 237 209 81 0 0.12 0.66 0.07 49.23 0.81 0.62
Hex ED D1 51 0 C 42 7 31 51 3E
Octal 355 321 121 0 14 102 7 61 121 76
Binary 11101101 11010001 1010001 0 1100 1000010 111 110001 1010001 111110

Color Harmonies of #EDD151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD151

Black with #EDD151

Text Example


Text Example

White with #EDD151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD151; }

 p { color: rgb(237,209,81); }

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

background-color css

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

 a { background-color: rgb(237,209,81); }

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

border-color css

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

 span { border-color: rgb(237,209,81); }

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