Html Css Color HEX #EED751 Portica

📋 copy color: '#EED751'

red 238 ◦ green 215 ◦ blue 81

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

Shades of Portica #EED751

Tints of Portica #EED751

RGB

 RED value IS 238 (93.36% from 255) = 44.57%

 GREEN value IS 215 (84.38% from 255) = 40.26%

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

R = 44.57%
G = 40.26%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EED751 (or 0xEED751) is known color: Portica. HEX triplet: EE, D7 and 51. RGB value is (238,215,81). Sum of RGB (Red+Green+Blue) = 238+215+81=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EED751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED751 is #1128AE. Grayscale: #CFCFCF. Windows color (decimal): -1124527 or 5363694. OLE color: 5363694.

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

Color convert

RGB 238 215 81 -
CMYK 0 0.10 0.66 0.07
HSL 51.21º 0.82% 0.63% -
HSV(B) 51.21º 0.66% 0.93% -
XYZ 61.05 67.37 17.57 -
YUV 206.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 238 215 81 0 0.10 0.66 0.07 51.21 0.82 0.63
Hex EE D7 51 0 A 42 7 33 52 3F
Octal 356 327 121 0 12 102 7 63 122 77
Binary 11101110 11010111 1010001 0 1010 1000010 111 110011 1010010 111111

Color Harmonies of #EED751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED751

Black with #EED751

Text Example


Text Example

White with #EED751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED751; }

 p { color: rgb(238,215,81); }

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

background-color css

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

 a { background-color: rgb(238,215,81); }

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

border-color css

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

 span { border-color: rgb(238,215,81); }

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