Html Css Color HEX #EFD351 Portica

📋 copy color: '#EFD351'

red 239 ◦ green 211 ◦ blue 81

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

Shades of Portica #EFD351

Tints of Portica #EFD351

RGB

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

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

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

R = 45.01%
G = 39.74%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFD351 (or 0xEFD351) is known color: Portica. HEX triplet: EF, D3 and 51. RGB value is (239,211,81). Sum of RGB (Red+Green+Blue) = 239+211+81=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD351 is #102CAE. Grayscale: #CDCDCD. Windows color (decimal): -1060015 or 5362671. OLE color: 5362671.

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

Color convert

RGB 239 211 81 -
CMYK 0 0.12 0.66 0.06
HSL 49.37º 0.83% 0.63% -
HSV(B) 49.37º 0.66% 0.94% -
XYZ 60.38 65.53 17.25 -
YUV 204.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 239 211 81 0 0.12 0.66 0.06 49.37 0.83 0.63
Hex EF D3 51 0 C 42 6 31 53 3F
Octal 357 323 121 0 14 102 6 61 123 77
Binary 11101111 11010011 1010001 0 1100 1000010 110 110001 1010011 111111

Color Harmonies of #EFD351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD351

Black with #EFD351

Text Example


Text Example

White with #EFD351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD351; }

 p { color: rgb(239,211,81); }

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

background-color css

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

 a { background-color: rgb(239,211,81); }

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

border-color css

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

 span { border-color: rgb(239,211,81); }

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