Html Css Color HEX #EFDF5B Portica

📋 copy color: '#EFDF5B'

red 239 ◦ green 223 ◦ blue 91

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

Shades of Portica #EFDF5B

Tints of Portica #EFDF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

 BLUE value IS 91 (35.94% from 255) = 16.46%

R = 43.22%
G = 40.33%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFDF5B (or 0xEFDF5B) is known color: Portica. HEX triplet: EF, DF and 5B. RGB value is (239,223,91). Sum of RGB (Red+Green+Blue) = 239+223+91=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF5B is #1020A4. Grayscale: #D5D5D5. Windows color (decimal): -1056933 or 6021103. OLE color: 6021103.

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

Color convert

RGB 239 223 91 -
CMYK 0 0.07 0.62 0.06
HSL 53.51º 0.82% 0.65% -
HSV(B) 53.51º 0.62% 0.94% -
XYZ 63.87 71.88 20.41 -
YUV 212.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 239 223 91 0 0.07 0.62 0.06 53.51 0.82 0.65
Hex EF DF 5B 0 7 3E 6 36 52 41
Octal 357 337 133 0 7 76 6 66 122 101
Binary 11101111 11011111 1011011 0 111 111110 110 110110 1010010 1000001

Color Harmonies of #EFDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF5B

Black with #EFDF5B

Text Example


Text Example

White with #EFDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF5B; }

 p { color: rgb(239,223,91); }

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

background-color css

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

 a { background-color: rgb(239,223,91); }

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

border-color css

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

 span { border-color: rgb(239,223,91); }

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