Html Css Color HEX #EED34D Portica

📋 copy color: '#EED34D'

red 238 ◦ green 211 ◦ blue 77

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

Shades of Portica #EED34D

Tints of Portica #EED34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 77 (30.47% from 255) = 14.64%

R = 45.25%
G = 40.11%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED34D (or 0xEED34D) is known color: Portica. HEX triplet: EE, D3 and 4D. RGB value is (238,211,77). Sum of RGB (Red+Green+Blue) = 238+211+77=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED34D is #112CB2. Grayscale: #CCCCCC. Windows color (decimal): -1125555 or 5100526. OLE color: 5100526.

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

Color convert

RGB 238 211 77 -
CMYK 0 0.11 0.68 0.07
HSL 49.94º 0.83% 0.62% -
HSV(B) 49.94º 0.68% 0.93% -
XYZ 59.89 65.3 16.47 -
YUV 203.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 238 211 77 0 0.11 0.68 0.07 49.94 0.83 0.62
Hex EE D3 4D 0 B 44 7 32 53 3E
Octal 356 323 115 0 13 104 7 62 123 76
Binary 11101110 11010011 1001101 0 1011 1000100 111 110010 1010011 111110

Color Harmonies of #EED34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED34D

Black with #EED34D

Text Example


Text Example

White with #EED34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED34D; }

 p { color: rgb(238,211,77); }

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

background-color css

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

 a { background-color: rgb(238,211,77); }

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

border-color css

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

 span { border-color: rgb(238,211,77); }

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