Html Css Color HEX #EFD153 Portica

📋 copy color: '#EFD153'

red 239 ◦ green 209 ◦ blue 83

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

Shades of Portica #EFD153

Tints of Portica #EFD153

RGB

 RED value IS 239 (93.75% from 255) = 45.01%

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

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 45.01%
G = 39.36%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD153 (or 0xEFD153) is known color: Portica. HEX triplet: EF, D1 and 53. RGB value is (239,209,83). Sum of RGB (Red+Green+Blue) = 239+209+83=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD153 is #102EAC. Grayscale: #CCCCCC. Windows color (decimal): -1060525 or 5493231. OLE color: 5493231.

HSL color Cylindrical-coordinate representation of color #EFD153: hue angle of 48.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD153 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 83 -
CMYK 0 0.13 0.65 0.06
HSL 48.46º 0.83% 0.63% -
HSV(B) 48.46º 0.65% 0.94% -
XYZ 59.96 64.58 17.49 -
YUV 203.61 59.94 153.25 -
System Red Green Blue C M Y K H S L
Decimal 239 209 83 0 0.13 0.65 0.06 48.46 0.83 0.63
Hex EF D1 53 0 D 41 6 30 53 3F
Octal 357 321 123 0 15 101 6 60 123 77
Binary 11101111 11010001 1010011 0 1101 1000001 110 110000 1010011 111111

Color Harmonies of #EFD153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD153

Black with #EFD153

Text Example


Text Example

White with #EFD153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD153; }

 p { color: rgb(239,209,83); }

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

background-color css

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

 a { background-color: rgb(239,209,83); }

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

border-color css

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

 span { border-color: rgb(239,209,83); }

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